Loading...
Searching...
No Matches
cb_mux Struct Reference

cb_mux list entry structure More...

Detailed Description

cb_mux list entry structure

Definition at line 56 of file cb_mux.h.

#include <cb_mux.h>

Data Fields

struct cb_muxnext
 next entry in the cb_mux list
 
cb_mux_cbid_t cbid
 identifier for this callback
 
void * info
 optional extra information
 
cb_mux_cb_t cb
 callback function
 
void * arg
 argument for callback function
 

Field Documentation

◆ arg

void* cb_mux::arg

argument for callback function

Definition at line 61 of file cb_mux.h.

◆ cb

cb_mux_cb_t cb_mux::cb

callback function

Definition at line 60 of file cb_mux.h.

◆ cbid

cb_mux_cbid_t cb_mux::cbid

identifier for this callback

Definition at line 58 of file cb_mux.h.

◆ info

void* cb_mux::info

optional extra information

Definition at line 59 of file cb_mux.h.

◆ next

struct cb_mux* cb_mux::next

next entry in the cb_mux list

Definition at line 57 of file cb_mux.h.


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