summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-07 18:40:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-07 18:40:52 +0300
commit92d827a033c761488c414e3f7800d2d4c7ac7e44 (patch)
treeef15f9ec91ba49dd701437d3d8841577e80202d2 /src/command.h
parent60ea032dde202ef13eea9b258d298053797ea5c5 (diff)
downloadparanucker-92d827a033c761488c414e3f7800d2d4c7ac7e44.tar.gz
paranucker-92d827a033c761488c414e3f7800d2d4c7ac7e44.tar.bz2
paranucker-92d827a033c761488c414e3f7800d2d4c7ac7e44.tar.xz
paranucker-92d827a033c761488c414e3f7800d2d4c7ac7e44.zip
Add support for smalldump plugin command. It dump only node type and file name.
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index c2f129c..e5cb62b 100644
--- a/src/command.h
+++ b/src/command.h
@@ -23,7 +23,8 @@
enum Command : int
{
Parse = 0,
- Dump
+ Dump,
+ SmallDump
};
extern Command command;