This commit is contained in:
Daniel Zaoui 2017-04-26 08:16:45 +03:00
parent 6ad0d6ab22
commit 5251ee326d
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ typedef Eina_Bool (*Eina_Debug_Timer_Cb)(void *);
*/
typedef struct
{
int size; /**< Packet size after this element */
int size; /**< Packet size including this element */
/**<
* During sending, it corresponds to the id of the destination. During reception, it is the id of the source
* The daemon is in charge of swapping the id before forwarding the packet to the destination.