Session API. More...
#include <lwmsg/status.h>
#include <lwmsg/security.h>
#include <lwmsg/common.h>
#include <lwmsg/context.h>
Typedefs | |
typedef struct LWMsgSession | LWMsgSession |
A session. More... | |
typedef struct LWMsgHandle | LWMsgHandle |
A handle. More... | |
typedef void(* | LWMsgHandleCleanupFunction )(void *handle) |
Handle cleanup callback. More... | |
typedef LWMsgStatus(* | LWMsgSessionConstructFunction )(LWMsgSecurityToken *token, void *data, void **session_data) |
Session constructor callback. More... | |
typedef void(* | LWMsgSessionDestructFunction )(LWMsgSecurityToken *token, void *session_data) |
Session destructor callback. More... | |
Enumerations | |
enum | LWMsgHandleType { LWMSG_HANDLE_NULL, LWMSG_HANDLE_LOCAL, LWMSG_HANDLE_REMOTE } |
Handle type. More... | |
Likewise Message Library, part of the Likewise platform
Copyright © 2018 Likewise Software. All rights reserved.