X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslurpd%2Fglobals.h;h=86b9c154d7638da1ddda6b8d9c8cd5c724a1896a;hb=f07179ca615bd9583190e3a7770372db1547a3ba;hp=7b827d492f731552afdcc95ff06316961b6a0657;hpb=a93a15d9fc460963c111f66cf0f3995e5a2f5d42;p=openldap diff --git a/servers/slurpd/globals.h b/servers/slurpd/globals.h index 7b827d492f..86b9c154d7 100644 --- a/servers/slurpd/globals.h +++ b/servers/slurpd/globals.h @@ -1,6 +1,6 @@ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. + * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ /* @@ -29,6 +29,8 @@ LDAP_BEGIN_DECL typedef struct globals { /* Thread ID for file manager thread */ ldap_pvt_thread_t fm_tid; + /* pipe/socket used to wake manager from signal handler */ + int wake_sds[2]; /* The name of the slapd config file (which is also our config file) */ char *slapd_configfile; /* How long the master slurpd sleeps when there's no work to do */ @@ -53,6 +55,8 @@ typedef struct globals { int no_detach; /* Name of program */ char *myname; + /* NT service name */ + char *serverName; /* Current offset into slurpd replica logfile */ off_t srpos; /* mutex to serialize access to reject file */