X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=http_send.c;h=5b98bbf4522c71d76a81d77e3de69f0545371ed0;hb=0dd69d3988a677aeb8d0d3aea8364c664ac35fb9;hp=ce308ab723117cf671cf7010801efa260e7203d0;hpb=6bdac07456cb5872f824028912d1049883a9c21f;p=paraslash.git diff --git a/http_send.c b/http_send.c index ce308ab7..5b98bbf4 100644 --- a/http_send.c +++ b/http_send.c @@ -41,7 +41,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; };