diff options
| author | David Sommerseth <davids@redhat.com> | 2009-04-30 19:38:25 +0200 |
|---|---|---|
| committer | David Sommerseth <davids@redhat.com> | 2009-04-30 19:38:25 +0200 |
| commit | 1bf1da9fa4ad24148fe18c1c5baa9a4ec931402c (patch) | |
| tree | 3289359e9460924b03c460099c6f277d6594bb05 /src/dmihelper.h | |
| parent | 89d2c50a648e3affd81ceb24e332bbd60de2b75d (diff) | |
| download | python-dmidecode-1bf1da9fa4ad24148fe18c1c5baa9a4ec931402c.tar.gz python-dmidecode-1bf1da9fa4ad24148fe18c1c5baa9a4ec931402c.tar.xz python-dmidecode-1bf1da9fa4ad24148fe18c1c5baa9a4ec931402c.zip | |
Improved setting of pythonmap.xml
The default file is now set to /usr/share/python-dmidecode/pythonmap.xml
(defined in config.h) and can be overridden with the dmidecode.pythonmap()
function in Python.
Diffstat (limited to 'src/dmihelper.h')
| -rw-r--r-- | src/dmihelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dmihelper.h b/src/dmihelper.h index 50cb185..33da699 100644 --- a/src/dmihelper.h +++ b/src/dmihelper.h @@ -115,6 +115,7 @@ typedef struct _options { xmlDoc *mappingxml; xmlNode *dmiversion_n; PyObject *dumpfile; + char *python_xml_map; } options; extern options opt; |
