Imported Upstream version 2.6.0
This commit is contained in:
parent
26fb71b504
commit
459aaf9392
510 changed files with 40508 additions and 18859 deletions
|
@ -7,8 +7,8 @@
|
|||
#define SERIALIZE_WAIT 3
|
||||
|
||||
/* track client connections */
|
||||
struct conn_t {
|
||||
typedef struct conn_s {
|
||||
int fd;
|
||||
PCONF_CTX_t ctx;
|
||||
void *next;
|
||||
};
|
||||
struct conn_s *next;
|
||||
} conn_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue