]> andersk Git - moira.git/blobdiff - server/mr_server.h
Fix for new type of make config
[moira.git] / server / mr_server.h
index f25d46bf872183d24e4e355fb8bb650374dab3ff..0ea58582bad0f89bd02ee14750ed3150bcfc6132 100644 (file)
@@ -38,8 +38,6 @@ struct krbname {
 typedef struct _client {
        OPERATION pending_op;   /* Primary pending operation */
        CONNECTION con;         /* Connection to the client */
-       int state;              /* XXX this is really superfluous and should */
-                               /* be removed */
        int action;             /* what action is pending? */
        sms_params *args, reply;
        int id;                 /* Unique id of client */
@@ -80,11 +78,15 @@ extern int log_flags;
 #define LOG_ARGS               0x0004
 #define LOG_RESP               0x0008
 #define LOG_RES                        0x0010
+#define LOG_VALID              0x0020
 
 
 /* max length of query argument allowed */
-#define ARGLEN 128
+#define ARGLEN 257
 
 /* statistics on number of queries by version number */
 extern int newqueries, oldqueries;
 
+/* Maximum and minimum values that will ever be chosen for IDs */
+#define MAX_ID_VALUE   32765
+#define MIN_ID_VALUE   100
This page took 0.039174 seconds and 4 git commands to generate.