A message in the queue to be written to the cadet. More...
Data Fields | |
| struct WriteQueueItem * | next |
| Kept in a DLL. | |
| struct WriteQueueItem * | prev |
| Kept in a DLL. | |
| size_t | msize |
| Number of bytes of payload, allocated at the end of this struct. | |
A message in the queue to be written to the cadet.
Definition at line 49 of file gnunet-service-fs_cadet_server.c.
| struct WriteQueueItem* WriteQueueItem::next |
Kept in a DLL.
Definition at line 54 of file gnunet-service-fs_cadet_server.c.
| struct WriteQueueItem* WriteQueueItem::prev |
Kept in a DLL.
Definition at line 59 of file gnunet-service-fs_cadet_server.c.
| size_t WriteQueueItem::msize |
Number of bytes of payload, allocated at the end of this struct.
Definition at line 64 of file gnunet-service-fs_cadet_server.c.