aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/remotelinux_constants.h')
-rw-r--r--src/plugins/remotelinux/remotelinux_constants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/remotelinux_constants.h b/src/plugins/remotelinux/remotelinux_constants.h
index 479dfda167..7ad2fc7d08 100644
--- a/src/plugins/remotelinux/remotelinux_constants.h
+++ b/src/plugins/remotelinux/remotelinux_constants.h
@@ -30,5 +30,10 @@ namespace Constants {
const char GenericLinuxOsType[] = "GenericLinuxOsType";
+const char CheckForFreeDiskSpaceId[] = "RemoteLinux.CheckForFreeDiskSpaceStep";
+const char DirectUploadStepId[] = "RemoteLinux.DirectUploadStep";
+const char MakeInstallStepId[] = "RemoteLinux.MakeInstall";
+const char SupportsRSync[] = "RemoteLinux.SupportsRSync";
+
} // Constants
} // RemoteLinux