aboutsummaryrefslogtreecommitdiff
path: root/daemon/XMLOut.h
diff options
context:
space:
mode:
authorDrew Richardson <drew.richardson@arm.com>2011-11-29 12:00:00 -0800
committerDrew Richardson <drew.richardson@arm.com>2014-12-19 15:22:16 -0800
commit689b7539711ab098911503808cc3e24307d9bcf7 (patch)
treeeded88dc8c354b94a0b930d3c44f9da2348a4ace /daemon/XMLOut.h
parent24395bff3db9e12e6f406ad783ecc9bcde626253 (diff)
gator: Version 5.85.8
Signed-off-by: Drew Richardson <drew.richardson@arm.com>
Diffstat (limited to 'daemon/XMLOut.h')
-rw-r--r--daemon/XMLOut.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/XMLOut.h b/daemon/XMLOut.h
index 057222c..479cfa9 100644
--- a/daemon/XMLOut.h
+++ b/daemon/XMLOut.h
@@ -12,8 +12,8 @@
class XMLOut {
int indent;
bool incomplete;
- char temp_buffer[4096];
- char xml_string[64*1024];
+ char temp_buffer[4096]; // arbitrarilly large buffer to hold variable arguments
+ char xml_string[64*1024]; // arbitrarilly large buffer to hold an xml file output by the daemon
void writeTabs();
void encodeAttributeData(const char* data);