diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-06 16:04:39 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-06 16:04:39 +0000 |
commit | f1046648362e045781ad7eee6f821d0675178b80 (patch) | |
tree | 89d5e55a82da7660ead538148cd10cd786680d9f /Source/charon/threads/receiver.h | |
parent | 2b547481315c3b641b716023858efdbb2c3e422a (diff) | |
download | strongswan-f1046648362e045781ad7eee6f821d0675178b80.tar.bz2 strongswan-f1046648362e045781ad7eee6f821d0675178b80.tar.xz |
- code cleaned up
Diffstat (limited to 'Source/charon/threads/receiver.h')
-rw-r--r-- | Source/charon/threads/receiver.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <types.h> + 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 |