From 32e5c37cc4a710209f245acc6f9a276542ecf475 Mon Sep 17 00:00:00 2001
From: Tommy Persson <tommy.persson@liu.se>
Date: Fri, 28 Nov 2014 00:04:06 +0100
Subject: [PATCH] Missing files added

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 81122ff..f950498 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,6 +56,7 @@ add_service_files(
   FILES
   TSTAbortExecutor.srv
   TSTCreateExecutor.srv
+  TSTExecutorContinue.srv
   TSTExecutorExpand.srv
   TSTExecutorIsDelegationExpandable.srv
   TSTExecutorGetConstraints.srv
diff --git a/srv/TSTExecutorContinue.srv b/srv/TSTExecutorContinue.srv
new file mode 100644
index 0000000..66e5e7a
--- /dev/null
+++ b/srv/TSTExecutorContinue.srv
@@ -0,0 +1,11 @@
+#
+# Continue execution from a paused state
+#
+
+string ns       # Namespace for the tstfactory
+int32 id        # id for the TST node in the tstfactory
+---
+bool status	# Returns true if the node was in a paused state, false otherwise
+bool success
+int32 error
+string reason
-- 
GitLab