]> andersk Git - moira.git/blobdiff - include/mr_proto.h
Fix for update_quota (correlation names.)
[moira.git] / include / mr_proto.h
index 2905fee700d50ac5b8d0b82b3332324d3d171131..43959b757db25af378ca6ea5baa40a0f877a3207 100644 (file)
@@ -3,45 +3,28 @@
  *     $Author$
  *     $Header$
  *
- *     Copyright (C) 1987 by the Massachusetts Institute of Technology
- *
- *     $Log$
- *     Revision 1.1  1987-06-16 17:48:47  wesommer
- *     Initial revision
+ *     Copyright (C) 1987, 1990 by the Massachusetts Institute of Technology
  *
  */
 
 #include <stdio.h>
 #include <gdb.h>
-#include <sms.h>
+#include <moira.h>
 
-typedef struct sms_params {
-       u_long sms_size;
-       u_long sms_version_no;
+typedef struct mr_params {
+       u_long mr_size;
+       u_long mr_version_no;
        union {
                u_long procno;  /* for call */
                u_long status;  /* for reply */
        } u;
-#define sms_procno u.procno
-#define sms_status u.status
-       int sms_argc;
-       char **sms_argv;
-       int *sms_argl;
-       char *sms_flattened;
-       int sms_state;
-} sms_params;
-
-extern int sms_start_recv(), sms_start_send();
-
-#define SMS_GDB_SERV "sms:sms_db"
+#define mr_procno u.procno
+#define mr_status u.status
+       int mr_argc;
+       char **mr_argv;
+       int *mr_argl;
+       char *mr_flattened;
+       int mr_state;
+} mr_params;
 
-/*
- * Local Variables:
- * mode: c
- * c-indent-level: 4
- * c-continued-statement-offset: 4
- * c-brace-offset: -4
- * c-argdecl-indent: 4
- * c-label-offset: -4
- * End:
- */
+extern int mr_start_recv(), mr_start_send();
This page took 0.034689 seconds and 4 git commands to generate.