Authenticate GSS context in separate thread. (Not fully working yet.)
[trust_router.git] / include / tr_trp.h
1 #ifndef TR_TRP_H
2 #define TR_TRP_H
3
4 #include <talloc.h>
5 #include <pthread.h>
6
7 #include <trp_internal.h>
8 #include <tr_config.h>
9 #include <tr_event.h>
10
11 /* prototypes */
12 int tr_trps_event_init(struct event_base *base, TRPS_INSTANCE *trps, TR_CFG_MGR *cfg_mgr,
13                        struct tr_socket_event *trps_ev);
14
15 #endif /* TR_TRP_H */