X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=5b98bbf4522c71d76a81d77e3de69f0545371ed0;hp=8ebbbc9c8a676d52f7b78348af10333ed6ec9dea;hb=b2e6a24448a9e49e0766ab4f32163580eeff469e;hpb=9d9ef4f91346188baaef1656b861151ea23437d9 diff --git a/http_send.c b/http_send.c index 8ebbbc9c..5b98bbf4 100644 --- a/http_send.c +++ b/http_send.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2008 Andre Noll + * Copyright (C) 2005-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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; };