X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fbackend.h;h=4f7194ff296341078ed331d60b01171e5020e344;hp=91a24d4f255181f6a7b086ade1f497cd7c7f97e2;hb=e38c23b29a89e9c4e1cd5aa9033015efc39b26c0;hpb=0d191bf4a0a8f0196e0ba1c42f0070255c04c1b4 diff --git a/include/yaz/backend.h b/include/yaz/backend.h index 91a24d4..4f7194f 100644 --- a/include/yaz/backend.h +++ b/include/yaz/backend.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: backend.h,v 1.34 2005-11-08 15:08:02 adam Exp $ + * $Id: backend.h,v 1.36 2006-03-22 13:55:06 mike Exp $ */ /** @@ -284,7 +284,7 @@ typedef struct statserv_options_block int dynamic; /* fork on incoming requests */ int threads; /* use threads */ int one_shot; /* one session then exit(1) */ - int loglevel; /* desired logging-level */ + int __UNUSED__loglevel; /* desired logging-level */ char apdufile[ODR_MAXNAME+1]; /* file for pretty-printed PDUs */ char logfile[ODR_MAXNAME+1]; /* file for diagnostic output */ char default_listen[1024]; /* 0 == no default listen */