X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fstatserv.h;h=8173bf0f67f4694952a0d18cba584e2a9efd9167;hb=1db60f5a7396b9b37560f6b6962be0b68240486c;hp=88a0a2d9653fbba964591f48502e58ca2371bbb7;hpb=be3b6e0eee631d7611e6e5f96cce246d090b9848;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);