]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/config.h
Add debug msg if adding entry to logDB fails
[openldap] / servers / slapd / config.h
index ce7c953b8d0bf93963d8f1fe41e89b2d88cd9536..f33881c446e1643e50216deb48ceb003ab106a51 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2015 The OpenLDAP Foundation.
+ * Copyright 1998-2017 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -60,6 +60,7 @@ typedef enum {
 #define ARG_UINT       0x00008000
 #define ARG_ATDESC     0x00009000
 #define ARG_ULONG      0x0000a000
+#define ARG_BINARY     0x0000b000
 
 #define ARGS_SYNTAX    0xffff0000
 #define ARG_IGNORED    0x00080000
@@ -134,6 +135,7 @@ typedef struct config_args_s {
        char *tline;
        const char *fname;
        int lineno;
+       int linelen;
        char log[MAXPATHLEN + STRLENOF(": line ") + LDAP_PVT_INTTYPE_CHARS(unsigned long)];
 #define cr_msg reply.msg
        ConfigReply reply;