wlmaker
Loading...
Searching...
No Matches
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
27
28#include "server.h"
29
30#ifdef __cplusplus
31extern "C" {
32#endif // __cplusplus
33
43
50
51#ifdef __cplusplus
52} // extern "C"
53#endif // __cplusplus
54
55#endif /* __LOCK_MGR_H__ */
56/* == End of lock_mgr.h ==================================================== */
void wlmaker_lock_mgr_destroy(wlmaker_lock_mgr_t *lock_mgr_ptr)
Definition lock_mgr.c:85
wlmaker_lock_mgr_t * wlmaker_lock_mgr_create(wlmaker_server_t *server_ptr)
Definition lock_mgr.c:55
Definition lock_mgr.c:32
wlmaker_server_t * server_ptr
Definition lock_mgr.c:37
Definition server.h:89