Tilde Friends
|
#include <ssb.h>
Public Attributes | |
void * | head |
void * | tail |
bool | running |
A queue for storing messages.
void* _tf_ssb_store_queue_t::head |
The first node in the queue.
bool _tf_ssb_store_queue_t::running |
Whether the queue is currently running.
void* _tf_ssb_store_queue_t::tail |
The last node in the queue.