X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=93fd558cd7636db5ee0fe6c3ded7a053ab9d3a2e;hp=287614c8d884703fbfe30b1dd7edadde1f9e10bc;hb=1a8e3628040a94a8c06027335962a6cb2f827a63;hpb=f3623744f5b28e0df91323cf5069f1932df7848d diff --git a/server.h b/server.h index 287614c8..93fd558c 100644 --- a/server.h +++ b/server.h @@ -10,12 +10,12 @@ #define MMD_INFO_SIZE 16384 /** The maximum length of the host component in an URL */ -#define MAX_HOSTLEN 256 +#define MAX_HOSTLEN 256 -/** Holds the arguments for the para_server's sender command. */ -struct sender_command_data{ - /** Greater than 0 indicates that a sender cmd is already queued. */ +/** Arguments for the sender command. */ +struct sender_command_data { + /** Greater than zero indicates that a sender cmd is already queued. */ int cmd_num; /** The number of the sender in question. */ int sender_num;