|
Session Module
|
This is the structure into the rb_tree that contains all the processes which are currently using the sessions. More...
#include <session_module.h>
Data Fields | |
| int | key |
| atomic_t | session_counter |
This is the structure into the rb_tree that contains all the processes which are currently using the sessions.
| int key |
the key on which the search method will find the needed node, its the pid
| atomic_t session_counter |
the field that stores an atomi value indicating how many sessions are opened by the process
1.8.11