summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1987-12-18 10:31:05 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1987-12-18 10:31:05 +0000
commitfdc5d0041e8c74a8eb4bfe8fe04e8497b38f127f (patch)
tree09726836834d9638c53380a8accf9e2b639c67b7 /h
parenta24206ac9600ba08b4a6ded43ede13d93d7448e8 (diff)
Added LOGIN_USER_LOGIN for the server to send to clients subscribing.
This is *NOT* sent to the server, exposure levels are.
Diffstat (limited to 'h')
-rw-r--r--h/zephyr/zephyr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index 91d28aa..afa2cd3 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -206,6 +206,8 @@ extern int ZMakeAuthentication();
#define EXPOSE_REALMANN "REALM-ANNOUNCED"/* Opcode: Realm announced */
#define EXPOSE_NETVIS "NET-VISIBLE" /* Opcode: Net visible */
#define EXPOSE_NETANN "NET-ANNOUNCED" /* Opcode: Net announced */
+#define LOGIN_USER_LOGIN "USER_LOGIN" /* Opcode: user login
+ (from server) */
#define LOGIN_USER_LOGOUT "USER_LOGOUT" /* Opcode: User logout */
#define LOGIN_USER_FLUSH "USER_FLUSH" /* Opcode: flush all locs */