#include <ab.h>
Data Fields | |
unsigned char * | txt |
The pointer to the actual message contents. | |
unsigned char | len |
The message length (not longer than 255-DEFAULT_HEADER_SIZE). | |
sem_t | sem_ack |
message_struct * | next |
Linked list: points to the next element. |
Definition at line 167 of file ab.h.
|
For use with synchronous message sending, this semaphore will be posted when the message is acknowledged |