summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/SessionXML.h')
-rw-r--r--daemon/SessionXML.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/daemon/SessionXML.h b/daemon/SessionXML.h
index c2b5489..f7a5641 100644
--- a/daemon/SessionXML.h
+++ b/daemon/SessionXML.h
@@ -13,10 +13,6 @@
13#include "SessionData.h" 13#include "SessionData.h"
14 14
15struct ConfigParameters { 15struct ConfigParameters {
16 char* title; // status title
17 char uuid[64]; // universal unique identifier
18 char* target_path; // target path of where to write to disk
19 char* output_path; // host path of where to write to disk
20 char buffer_mode[64]; // buffer mode, "streaming", "low", "normal", "high" defines oneshot and buffer size 16 char buffer_mode[64]; // buffer mode, "streaming", "low", "normal", "high" defines oneshot and buffer size
21 char sample_rate[64]; // capture mode, "high", "normal", or "low" 17 char sample_rate[64]; // capture mode, "high", "normal", or "low"
22 int duration; // length of profile in seconds 18 int duration; // length of profile in seconds