ListenerEntry's make up a listener group as a linked list. More...
#include <public.h>
Data Fields | |
fbListenerEntry_t * | next |
pointer to the next listener entry in the linked list | |
fbListenerEntry_t * | prev |
pointer to the previous listener entry in the linked list | |
fbListener_t * | listener |
pointer to the listener to add to the list | |
ListenerEntry's make up a listener group as a linked list.