]> andersk Git - moira.git/blobdiff - server/mr_srvdata.c
missing stubs
[moira.git] / server / mr_srvdata.c
index 0a0ffa21c4c49c7c2d5f51a036da6676472ff627..0118d46a0e41fac2968a6bbeab718ee1340f526c 100644 (file)
  */
 
 #ifndef lint
-static char *rcsid_sms_srvdata_c = "$Header$";
+static char *rcsid_mr_srvdata_c = "$Header$";
 #endif lint
 
 #include <mit-copyright.h>
-#include "sms_server.h"
+#include "mr_server.h"
 
 /*
  * Connections & clients:
@@ -45,7 +45,7 @@ struct sockaddr_in client_addr;
 int client_addrlen;
 /*
  * Additional data sent at connect time by the client
- * (provided by GDB; ignored by SMS)
+ * (provided by GDB; ignored by Moira)
  */
 TUPLE client_tuple;
 
@@ -59,11 +59,14 @@ char *whoami;
 char buf1[BUFSIZ];
 
 /*
- * If non-null, reason for shutdown.  (SMS will be going down shortly
+ * If non-null, reason for shutdown.  (Moira will be going down shortly
  * if this is non-null)
  */
 char *takedown=NULL;
 
+/* States for putting the server to sleep & waking it up again. */
+int dormant = AWAKE;
+
 /*
  * The name of the local Kerberos realm
  */
This page took 0.033453 seconds and 4 git commands to generate.