X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fstatserv.h;h=8173bf0f67f4694952a0d18cba584e2a9efd9167;hb=a7b235097c10590dde6dfa1859590d4c4e930366;hp=88a0a2d9653fbba964591f48502e58ca2371bbb7;hpb=99268f722648e84bf5c54eb685a1434e100f38a1;p=yaz-moved-to-github.git diff --git a/include/statserv.h b/include/statserv.h index 88a0a2d..8173bf0 100644 --- a/include/statserv.h +++ b/include/statserv.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: statserv.h,v $ - * Revision 1.3 1995-05-16 08:50:38 quinn + * Revision 1.4 1995-06-15 07:45:08 quinn + * Moving to v3. + * + * Revision 1.3 1995/05/16 08:50:38 quinn * License, documentation, and memory fixes * * @@ -46,6 +49,7 @@ typedef struct statserv_options_block int idle_timeout; /* how many minutes to wait before closing */ int maxrecordsize; /* maximum value for negotiation */ char configname[ODR_MAXNAME+1]; /* given to the backend in bend_init */ + char setuid[ODR_MAXNAME+1]; /* setuid to this user after binding */ } statserv_options_block; int statserv_main(int argc, char **argv);