Liberator Auth API  7.1.5.312157
Blocking and events

Typedefs

typedef void(* eventcallback_t) (void *data, short event, short code)
 Definition of the callback function for delayed events. More...
 

Detailed Description

Calls to the Liberator Auth Module must not block or there will be delays to some or all of the Liberator system.

Following that, you must send Caplin Liberator an event in order to get the user information back.

Typedef Documentation

typedef void(* eventcallback_t) (void *data, short event, short code)

Definition of the callback function for delayed events.

Parameters
data- A pointer to the relevant object (either logininfo_t, mapinfo_t or checkwriteinfo_t)
event- The event code (either THREADS_AUTH_LOGIN, THREADS_AUTH_MAPPED or THREADS_AUTH_CHECKWRITE)
code- The result code (e.g. AUTH_OK or AUTH_INVALID_USER
Examples:
exampleauth.c, and system.c.

Generated on Sun Nov 18 2018 13:15:51 for Liberator Auth API