X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Foserver%2Foserver_types.h;fp=ccan%2Foserver%2Foserver_types.h;h=6f7b42b82b581513dc138d62f67dacbae856d36c;hb=2b79cd40277869a85810c5b14503cdda4f32dedd;hp=9943d090fd2f1c6443fb56149ec487266a727d59;hpb=92f7f79eb9535a281cab710eedb9878c74b950b8;p=ccan-lca-2011.git diff --git a/ccan/oserver/oserver_types.h b/ccan/oserver/oserver_types.h index 9943d09..6f7b42b 100644 --- a/ccan/oserver/oserver_types.h +++ b/ccan/oserver/oserver_types.h @@ -37,6 +37,7 @@ CDUMP_SAVED struct client { }; CDUMP_SAVED struct oserver { + unsigned int max_clients; /* 5 clients should be enough for anybody! */ struct client *clients[5]; int fd;