From 126e591e81f05c801387468db2f3659d29763565 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 9 Jun 2008 18:55:27 -0400 Subject: - add a place to store securenet configuration --- src/plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugin.h') diff --git a/src/plugin.h b/src/plugin.h index c8f95ba..970afd5 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -25,6 +25,7 @@ #include "wrap.h" struct request_info; +struct securenet_info; struct plugin_state { struct wrapped_thread *tid; @@ -34,6 +35,7 @@ struct plugin_state { int pmap_client_socket; int max_dgram_size, max_value_size; struct request_info *request_info; + struct securenet_info *securenet_info; int n_listeners; struct { int fd, port, pf, type; -- cgit