#include <nufw.h>
Data Fields | |
| nussl_session * | session |
| pthread_mutex_t | mutex |
| unsigned char | auth_server_running |
| pthread_t | auth_server |
| pthread_mutex_t | auth_server_mutex |
Definition at line 117 of file nufw.h.
| pthread_t nuauth_conn::auth_server |
Definition at line 121 of file nufw.h.
Referenced by auth_request_send(), nufw_stop_thread(), and shutdown_tls().
| pthread_mutex_t nuauth_conn::auth_server_mutex |
Definition at line 122 of file nufw.h.
Referenced by auth_request_send(), authsrv(), close_tls_session(), and nufw_stop_thread().
| unsigned char nuauth_conn::auth_server_running |
Definition at line 120 of file nufw.h.
Referenced by auth_request_send(), authsrv(), main(), nufw_stop_thread(), and shutdown_tls().
| pthread_mutex_t nuauth_conn::mutex |
Definition at line 119 of file nufw.h.
Referenced by auth_request_send(), authsrv(), main(), and nufw_prepare_quit().
Definition at line 118 of file nufw.h.
Referenced by auth_request_send(), authsrv(), close_tls_session(), and main().
1.4.7