summaryrefslogtreecommitdiffstats
path: root/src/dmihelper.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2010-01-08 19:24:33 +0100
committerDavid Sommerseth <davids@redhat.com>2010-01-08 19:24:33 +0100
commit2d69406de843db678c84cb397afab03e0573c468 (patch)
tree1e7e6dc72218c7c8fa6bd8e233fc4fcf8d401f90 /src/dmihelper.h
parentfbc7a2ea8f6510f14a5f670dbd1ed8d7b87bac20 (diff)
downloadpython-dmidecode-2d69406de843db678c84cb397afab03e0573c468.tar.gz
python-dmidecode-2d69406de843db678c84cb397afab03e0573c468.tar.xz
python-dmidecode-2d69406de843db678c84cb397afab03e0573c468.zip
Implement a global log buffer and start porting fprint() -> log_append()
Diffstat (limited to 'src/dmihelper.h')
-rw-r--r--src/dmihelper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dmihelper.h b/src/dmihelper.h
index 55a2843..8d07feb 100644
--- a/src/dmihelper.h
+++ b/src/dmihelper.h
@@ -53,6 +53,7 @@
#include <libxml/tree.h>
#include "types.h"
+#include "dmilog.h"
#define MAXVAL 1024
@@ -120,6 +121,7 @@ typedef struct _options {
char *python_xml_map;
xmlNode *dmiversion_n;
char *dumpfile;
+ Log_t *logdata;
} options;
#endif