From a9e3830569f24e6e9813603c74d5e31f0bd4a7df Mon Sep 17 00:00:00 2001
From: Tommy Persson <tommy.persson@liu.se>
Date: Thu, 5 Mar 2015 17:05:16 +0100
Subject: [PATCH] Adding service for destroying an executor

---
 CMakeLists.txt             |  1 +
 srv/TSTDestroyExecutor.srv | 10 ++++++++++
 2 files changed, 11 insertions(+)
 create mode 100644 srv/TSTDestroyExecutor.srv

diff --git a/CMakeLists.txt b/CMakeLists.txt
index be38194..935466d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,6 +56,7 @@ add_service_files(
   FILES
   TSTAbortExecutor.srv
   TSTCreateExecutor.srv
+  TSTDestroyExecutor.srv
   TSTExecutorCheck.srv
   TSTExecutorContinue.srv
   TSTExecutorExpand.srv
diff --git a/srv/TSTDestroyExecutor.srv b/srv/TSTDestroyExecutor.srv
new file mode 100644
index 0000000..2ab040b
--- /dev/null
+++ b/srv/TSTDestroyExecutor.srv
@@ -0,0 +1,10 @@
+#
+# The executor is accessed by ns and id.
+#
+
+string ns        # Namespace for the tstfactory
+int32 id         # id for the TST node in the TST Node Factory
+---
+bool success
+int32 error
+string reason
-- 
GitLab