summaryrefslogtreecommitdiffstats
path: root/src/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.h')
-rw-r--r--src/plugin.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/plugin.h b/src/plugin.h
index 102f2ad..3701173 100644
--- a/src/plugin.h
+++ b/src/plugin.h
@@ -14,12 +14,11 @@ struct plugin_state {
pthread_t tid;
Slapi_ComponentId *plugin_identity;
Slapi_PluginDesc *plugin_desc;
- int resvport;
+ int pmap_client_socket;
int n_listeners;
- int listenfd[4];
- int listenport[4];
- int sock_pf[4];
- int sock_type[4];
+ struct {
+ int fd, port, pf, type;
+ } listener[4];
};
#endif