Add -s dump-xml mode
This commit is contained in:
parent
79fac840ba
commit
d1b8dcdf1f
3 changed files with 12 additions and 5 deletions
|
|
@ -90,6 +90,7 @@ static const map_str2int startup_mode_map[] = {
|
|||
{"running", SM_RUNNING},
|
||||
{"startup", SM_STARTUP},
|
||||
{"running-startup", SM_RUNNING_STARTUP},
|
||||
{"dump-xml", SM_DUMP_XML},
|
||||
{NULL, -1}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue