From bad5ce8ac7eaeaf1161d2577d8a7b92d166e6764 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sun, 4 Aug 2013 18:09:31 +0200 Subject: Add pong server and client --- pong.defs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pong.defs (limited to 'pong.defs') 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 + +#ifdef FILE_IMPORTS +FILE_IMPORTS +#endif + +routine ping ( + server: mach_port_t; + out local: int; + out global: int); -- cgit v1.2.3