]> git.sur5r.net Git - openldap/blobdiff - servers/slurpd/globals.h
Change 'attribute' directive to 'attributetype'
[openldap] / servers / slurpd / globals.h
index 955ce6467a9ed98ab03784838b846d91b7dc569e..645cf0593ab0887b16ebfbdc252b65aab66d4eda 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright (c) 1996 Regents of the University of Michigan.
  * All rights reserved.
@@ -44,6 +45,8 @@ typedef struct globals {
     char slurpd_replogfile[ MAXPATHLEN ];
     /* Non-zero if we were given a replog file to process on command-line */
     int        one_shot_mode;
+    /* Non-zero if we should not detach the process */
+    int no_detach;
     /* Name of program */
     char *myname;
     /* Current offset into slurpd replica logfile */