fbListenerGroupResult_st Struct Reference

ListenerGroupResult's contain the listener who's listening socket got a new connection. More...

#include <public.h>

Data Fields

fbListenerGroupResult_tnext
 Pointer to the next listener group result.
 
fbListener_tlistener
 pointer to the listener that received a new connection
 
fBuf_tfbuf
 pointer to the fbuf created for that new connection
 

Detailed Description

ListenerGroupResult's contain the listener who's listening socket got a new connection.

It is tied to the fBuf_t that is produced for the connection These make up a linked list as well


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