summaryrefslogtreecommitdiffstats
path: root/lib/Utils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-26 15:51:04 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-26 15:51:04 +0100
commita138fe87467ca96a6314889fe0dd17dcdccded62 (patch)
tree3e60f39c3c7d2fcb8f0ab3749c1a10624396c23c /lib/Utils
parentff98bfacba236960b600512623af165821df038c (diff)
downloadabrt-a138fe87467ca96a6314889fe0dd17dcdccded62.tar.gz
abrt-a138fe87467ca96a6314889fe0dd17dcdccded62.tar.xz
abrt-a138fe87467ca96a6314889fe0dd17dcdccded62.zip
SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTO
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils')
-rw-r--r--lib/Utils/Action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/Action.h b/lib/Utils/Action.h
index 5992cbf..d9a68b7 100644
--- a/lib/Utils/Action.h
+++ b/lib/Utils/Action.h
@@ -39,7 +39,7 @@ class CAction : public CPlugin
* @param pActionDir An actual directory.
* @param pArgs Plugin's arguments.
*/
- virtual void Run(const char *pActionDir, const char *pArgs) = 0;
+ virtual void Run(const char *pActionDir, const char *pArgs, int force) = 0;
};
#endif