#include <interprocess_buffer.h>

Data Fields | |
| int | callbackType |
| ucontact_t * | contactInfo |
| struct interprocessBuffer * | next |
| char * | stringContact |
| char * | stringName |
Definition at line 67 of file interprocess_buffer.h.
| int callbackType |
Definition at line 71 of file interprocess_buffer.h.
Referenced by executeInterprocessBufferCmd(), and handleContactCallbacks().
Definition at line 74 of file interprocess_buffer.h.
Referenced by executeInterprocessBufferCmd(), and handleContactCallbacks().
struct interprocessBuffer* next [read] |
Definition at line 72 of file interprocess_buffer.h.
Referenced by consumeInterprocessBuffer(), freeInterprocessBuffer(), and handleContactCallbacks().
| char* stringContact |
Definition at line 70 of file interprocess_buffer.h.
Referenced by consumeInterprocessBuffer(), executeInterprocessBufferCmd(), freeInterprocessBuffer(), and handleContactCallbacks().
| char* stringName |
Definition at line 69 of file interprocess_buffer.h.
Referenced by consumeInterprocessBuffer(), executeInterprocessBufferCmd(), freeInterprocessBuffer(), and handleContactCallbacks().
1.5.6