aboutsummaryrefslogtreecommitdiffstats
path: root/erts/epmd/src/epmd.h
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2010-08-24 12:09:17 +0200
committerPatrik Nyblom <[email protected]>2010-08-31 15:42:52 +0200
commit6499bf2816c3834059ebdeff75d98f310cb305b4 (patch)
treefab5c1113c3377b262b0ae2c59089373f68d8985 /erts/epmd/src/epmd.h
parentd6559386aaf37419864885bcd6bf43a9af8480b7 (diff)
downloadotp-6499bf2816c3834059ebdeff75d98f310cb305b4.tar.gz
otp-6499bf2816c3834059ebdeff75d98f310cb305b4.tar.bz2
otp-6499bf2816c3834059ebdeff75d98f310cb305b4.zip
Remove very old protocol from EPMD
Diffstat (limited to 'erts/epmd/src/epmd.h')
-rw-r--r--erts/epmd/src/epmd.h21
1 files changed, 9 insertions, 12 deletions
diff --git a/erts/epmd/src/epmd.h b/erts/epmd/src/epmd.h
index 9e939ee38e..5d6e9ac165 100644
--- a/erts/epmd/src/epmd.h
+++ b/erts/epmd/src/epmd.h
@@ -1,7 +1,7 @@
/*
* %CopyrightBegin%
*
- * Copyright Ericsson AB 1998-2009. All Rights Reserved.
+ * Copyright Ericsson AB 1998-2010. All Rights Reserved.
*
* The contents of this file are subject to the Erlang Public License,
* Version 1.1, (the "License"); you may not use this file except in
@@ -17,21 +17,18 @@
* %CopyrightEnd%
*/
-/* The port number is now defined in a makefile */
+/* The port number is defined in a makefile */
/* Definitions of message codes */
-#define EPMD_ALIVE_REQ 'a'
-#define EPMD_ALIVE_OK_RESP 'Y'
-#define EPMD_PORT_REQ 'p'
+/* Registration and queries */
+#define EPMD_ALIVE2_REQ 'x'
+#define EPMD_PORT2_REQ 'z'
+#define EPMD_ALIVE2_RESP 'y'
+#define EPMD_PORT2_RESP 'w'
#define EPMD_NAMES_REQ 'n'
+
+/* Interactive client command codes */
#define EPMD_DUMP_REQ 'd'
#define EPMD_KILL_REQ 'k'
#define EPMD_STOP_REQ 's'
-
-/* New epmd messages */
-
-#define EPMD_ALIVE2_REQ 'x' /* 120 */
-#define EPMD_PORT2_REQ 'z' /* 122 */
-#define EPMD_ALIVE2_RESP 'y' /* 121 */
-#define EPMD_PORT2_RESP 'w' /* 119 */