shm structure More...
#include <util.h>
Data Fields | |
| char | shm_name [UNIX_PATH_MAX] |
| pthread_mutex_t | mutex |
| pthread_cond_t | cv |
| pam_netns_state_t | state |
shm structure
This structure represents the shm needed for ipc between pam_netns, pam_netns_helper and the proxies.
| pthread_cond_t pam_netns_shm_t::cv |
Condition variable to keep processes in sync
| pthread_mutex_t pam_netns_shm_t::mutex |
Mutex to keep processes in sync
| char pam_netns_shm_t::shm_name[UNIX_PATH_MAX] |
Name of shm in filesystem
Variable to save state
1.7.1