From f1046648362e045781ad7eee6f821d0675178b80 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Tue, 6 Dec 2005 16:04:39 +0000 Subject: - code cleaned up --- Source/charon/threads/receiver.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/charon/threads/receiver.h') diff --git a/Source/charon/threads/receiver.h b/Source/charon/threads/receiver.h index a7269b73f..415ea5191 100644 --- a/Source/charon/threads/receiver.h +++ b/Source/charon/threads/receiver.h @@ -25,13 +25,14 @@ #include + typedef struct receiver_t receiver_t; /** * @brief Receives packets from the socket and adds them to the job queue. * * The receiver starts a thread, wich reads on the blocking socket. If - * there is data available, a packet_t is created from the data, wrapped + * data is available, a packet_t object is created , wrapped * in an incoming_packet_job_t and added to the job queue. * * @ingroup threads -- cgit v1.2.3