]> git.pond.sub.org Git - empserver/blobdiff - include/user.h
Indented with src/scripts/indent-emp.
[empserver] / include / user.h
index f2bb00fa527caba616b64009da972aff01ed4e60..dedacf41be146303eda0e39724e94baf86b2d428 100644 (file)
 #include "queue.h"
 
 struct user {
-       struct emp_qelem queue;
-       struct iop *u_iop;
-       int u_cnum;
-       int u_pid;
+    struct emp_qelem queue;
+    struct iop *u_iop;
+    int u_cnum;
+    int u_pid;
 };
 
 /*
  * lock commandsx
  */
-#define L_UNLOCK       bit(0)          /* command to unlock */
-#define        L_LOCK          bit(1)          /* command to lock */
-#define L_NOLOCK       bit(3)          /* allow no new locks */
+#define L_UNLOCK       bit(0)  /* command to unlock */
+#define        L_LOCK          bit(1)  /* command to lock */
+#define L_NOLOCK       bit(3)  /* allow no new locks */
 
 #endif /* _USER_H_ */