summaryrefslogtreecommitdiff
path: root/pong.defs
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-08-04 18:09:31 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-08-04 18:11:14 +0200
commitbad5ce8ac7eaeaf1161d2577d8a7b92d166e6764 (patch)
tree84d291a3dd0a5be1da133a9c04e1c5ce6b6f5b39 /pong.defs
parent2da4adea98b371233e313b66e388331e83e0ff64 (diff)
Add pong server and clientHEADmaster
Diffstat (limited to 'pong.defs')
-rw-r--r--pong.defs12
1 files changed, 12 insertions, 0 deletions
diff --git a/pong.defs b/pong.defs
new file mode 100644
index 0000000..e76ce76
--- /dev/null
+++ b/pong.defs
@@ -0,0 +1,12 @@
+subsystem pong 40000;
+
+#include <hurd/hurd_types.defs>
+
+#ifdef FILE_IMPORTS
+FILE_IMPORTS
+#endif
+
+routine ping (
+ server: mach_port_t;
+ out local: int;
+ out global: int);