MqContextC - various function to setup a interface for the context … More...
MqContextC - various function to setup a interface for the context …
The "Setup"-Callback is special because this callback have to be callable by the server child and/or the slave context.
To distinguish the server child and slave the following functions are used:
"if"
clause and the child/parent check"if"
clause and the master/slave check
"if"
clause and the server/child check
|
static |
Tcl:
→ C-API $ctx ConfigSetBgError ?callback:callable="MK_NULL"?
set the MqSetupS::BgError
Definition at line 940 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetEvent ?callback:callable="MK_NULL"?
set the MqSetupS::Event
Definition at line 958 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetServerCleanup ?callback:callable="MK_NULL"?
set the MqSetupS::ServerCleanup
Definition at line 976 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetServerSetup ?callback:callable="MK_NULL"?
set the MqSetupS::ServerSetup
Definition at line 994 of file MqContextC_tcl.c.