diff options
Diffstat (limited to 'Source/charon/jobs/incoming_packet_job.h')
-rw-r--r-- | Source/charon/jobs/incoming_packet_job.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/charon/jobs/incoming_packet_job.h b/Source/charon/jobs/incoming_packet_job.h index a984c6011..10a35e6ff 100644 --- a/Source/charon/jobs/incoming_packet_job.h +++ b/Source/charon/jobs/incoming_packet_job.h @@ -42,11 +42,13 @@ struct incoming_packet_job_s { /** * @brief Returns the assigned packet_t object * - * @warning Returned packet is not cloned and has to get destroyed by the caller + * @warning Returned packet is not cloned and has to get destroyed by the caller. * * @param this calling incoming_packet_job_t object * @param[out] packet assigned packet will be written into this location - * @return SUCCESS + * @return + * - SUCCESS + * - FAILED if no packet is assigned */ status_t (*get_packet) (incoming_packet_job_t *this, packet_t **packet); |