diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-21 18:07:22 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:07:27 +0200 |
commit | edc9825788bc12d03add9b6fdf83ae2f55886c34 (patch) | |
tree | 0b3e1fd73620bf6a9e53bed023816121bf07f779 /src/mm-plugin.h | |
parent | 0b3eb27856462e232f54762a3ba496bf36e25775 (diff) |
plugin: let plugins request Icera support checks and Icera based filters
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r-- | src/mm-plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h index 4af0f14a..32f849e7 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -50,6 +50,9 @@ #define MM_PLUGIN_ALLOWED_AT "allowed-at" #define MM_PLUGIN_ALLOWED_SINGLE_AT "allowed-single-at" #define MM_PLUGIN_ALLOWED_QCDM "allowed-qcdm" +#define MM_PLUGIN_ICERA_PROBE "icera-probe" +#define MM_PLUGIN_ALLOWED_ICERA "allowed-icera" +#define MM_PLUGIN_FORBIDDEN_ICERA "forbidden-icera" #define MM_PLUGIN_CUSTOM_INIT "custom-init" #define MM_PLUGIN_CUSTOM_AT_PROBE "custom-at-probe" #define MM_PLUGIN_SEND_DELAY "send-delay" |