From: Mike Taylor Date: Wed, 22 Mar 2006 13:55:06 +0000 (+0000) Subject: Put __UNUSED_loglevel back into structure to maintain binary compatibility. X-Git-Tag: YAZ.2.1.16~19 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e38c23b29a89e9c4e1cd5aa9033015efc39b26c0;ds=sidebyside Put __UNUSED_loglevel back into structure to maintain binary compatibility. --- diff --git a/include/yaz/backend.h b/include/yaz/backend.h index d221be4..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.35 2006-03-22 13:38:17 mike Exp $ + * $Id: backend.h,v 1.36 2006-03-22 13:55:06 mike Exp $ */ /** @@ -284,6 +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 __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 */