X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=feb1a84233ee67ff03e537c97f14cc0d9abb44e8;hp=ce308ab723117cf671cf7010801efa260e7203d0;hb=337d7784b0f8bc30b1fa9af56ace503acd97d40d;hpb=00e4d4da1b2c00da139b09d3ed4ab9ad9fba2691 diff --git a/http_send.c b/http_send.c index ce308ab7..feb1a842 100644 --- a/http_send.c +++ b/http_send.c @@ -8,6 +8,7 @@ #include #include +#include #include "para.h" #include "error.h" @@ -41,7 +42,9 @@ enum http_client_status { HTTP_INVALID_GET_REQUEST }; +/** For each connected client, a structure of this type is maintained. */ struct private_http_sender_data { + /** The current state of this client. */ enum http_client_status status; };