* Minor and/or cosmetic changes made during x64 troubleshooting
[citadel.git] / citadel / server.h
index c1761e30bba520a0738ff5038ee218ef81fe0769..e0b5335bcec74b76b564157edbfa080530fe5ad0 100644 (file)
@@ -165,7 +165,7 @@ typedef struct CitContext t_context;
 enum {
        CON_IDLE,               /* This context is doing nothing */
        CON_READY,              /* This context needs attention */
-       CON_EXECUTING,          /* This context is bound to a thread */
+       CON_EXECUTING           /* This context is bound to a thread */
 };
 
 
@@ -454,7 +454,7 @@ struct MetaData {
  */
 struct ser_ret {
         size_t len;
-        char *ser;
+        unsigned char *ser;
 };