diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-26 15:51:04 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-26 15:51:04 +0100 |
| commit | a138fe87467ca96a6314889fe0dd17dcdccded62 (patch) | |
| tree | 3e60f39c3c7d2fcb8f0ab3749c1a10624396c23c /lib/Utils | |
| parent | ff98bfacba236960b600512623af165821df038c (diff) | |
| download | abrt-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.h | 2 |
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 |
