wlmaker
Loading...
Searching...
No Matches
src
lock_mgr.h
Go to the documentation of this file.
1
/* ========================================================================= */
20
#ifndef __LOCK_MGR_H__
21
#define __LOCK_MGR_H__
22
23
#include "
toolkit/toolkit.h
"
24
26
typedef
struct
_wlmaker_lock_mgr_t
wlmaker_lock_mgr_t
;
27
28
#include "
server.h
"
29
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
// __cplusplus
33
41
wlmaker_lock_mgr_t
*
wlmaker_lock_mgr_create
(
42
wlmaker_server_t
*
server_ptr
);
43
49
void
wlmaker_lock_mgr_destroy
(
wlmaker_lock_mgr_t
*lock_mgr_ptr);
50
51
#ifdef __cplusplus
52
}
// extern "C"
53
#endif
// __cplusplus
54
55
#endif
/* __LOCK_MGR_H__ */
56
/* == End of lock_mgr.h ==================================================== */
wlmaker_lock_mgr_destroy
void wlmaker_lock_mgr_destroy(wlmaker_lock_mgr_t *lock_mgr_ptr)
Definition
lock_mgr.c:85
wlmaker_lock_mgr_create
wlmaker_lock_mgr_t * wlmaker_lock_mgr_create(wlmaker_server_t *server_ptr)
Definition
lock_mgr.c:55
server.h
_wlmaker_lock_mgr_t
Definition
lock_mgr.c:32
_wlmaker_lock_mgr_t::server_ptr
wlmaker_server_t * server_ptr
Definition
lock_mgr.c:37
_wlmaker_server_t
Definition
server.h:89
toolkit.h
Generated by
1.10.0