Tilde Friends
_tf_ssb_store_queue_t Struct Reference

#include <ssb.h>

Public Attributes

void * head
 
void * tail
 
bool running
 

Detailed Description

A queue for storing messages.

Member Data Documentation

◆ head

void* _tf_ssb_store_queue_t::head

The first node in the queue.

◆ running

bool _tf_ssb_store_queue_t::running

Whether the queue is currently running.

◆ tail

void* _tf_ssb_store_queue_t::tail

The last node in the queue.


The documentation for this struct was generated from the following file: