diff options
Diffstat (limited to 'Source/charon/threads/receiver.h')
-rw-r--r-- | Source/charon/threads/receiver.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/threads/receiver.h b/Source/charon/threads/receiver.h index 49f71be40..2f330adbf 100644 --- a/Source/charon/threads/receiver.h +++ b/Source/charon/threads/receiver.h @@ -25,12 +25,12 @@ #include <types.h> +typedef struct receiver_t receiver_t; + /** * @brief A Receiver object which receives packets on the socket and adds them to the job-queue */ -typedef struct receiver_s receiver_t; - -struct receiver_s { +struct receiver_t { /** * @brief Destroys a receiver object |