From 1fa3364d4bdf02f5a63049adef866b1f316870af Mon Sep 17 00:00:00 2001
From: Tim Uebelhoer <tim.uebelhoer@rwth-aachen.de>
Date: Tue, 19 Dec 2017 00:37:05 +0100
Subject: [PATCH] added ping

---
 ModeliRpc.capnp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ModeliRpc.capnp b/ModeliRpc.capnp
index c399418..f760a19 100644
--- a/ModeliRpc.capnp
+++ b/ModeliRpc.capnp
@@ -38,6 +38,9 @@ interface ModeliBackend {
   
   # Register frontend so we can call the callbacks
   registerFrontend @9 (frontend : ModeliFrontend);
+  
+  # Test the connection
+  ping @10 ();
 }
 
 interface ModeliFrontend {
-- 
GitLab