From 5aa790a0446bccae364ff957a6ce08d1486fa7d5 Mon Sep 17 00:00:00 2001 From: Tommy Persson <tommy.persson@liu.se> Date: Thu, 27 Nov 2014 12:18:39 +0100 Subject: [PATCH] initial files --- srv/TSTAbortExecutor.srv | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srv/TSTAbortExecutor.srv diff --git a/srv/TSTAbortExecutor.srv b/srv/TSTAbortExecutor.srv new file mode 100644 index 0000000..a21b5b0 --- /dev/null +++ b/srv/TSTAbortExecutor.srv @@ -0,0 +1,10 @@ +# +# Abort the executor +# + +string ns # Namespace for the tstfactory +int32 id # id for the TST node in the tstfactory +--- +bool success +int32 error +string reason -- GitLab