![]() ![]() | ![]() |
version 1.3, 2013/03/19 17:31:38 | version 1.4, 2013/05/30 09:10:13 |
---|---|
Line 206 void ipc_detachSession(sess_t * __restrict s); | Line 206 void ipc_detachSession(sess_t * __restrict s); |
* @s = Session item | * @s = Session item |
* return: -1 null session item, 0 not attached, 1 attached memory | * return: -1 null session item, 0 not attached, 1 attached memory |
*/ | */ |
inline int sess_isAttached(sess_t * __restrict s); | int sess_isAttached(sess_t * __restrict s); |
/* | /* |