aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate.h
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2004-12-12 23:40:44 +0000
committerLars Roland <Lars.Roland@gmx.net>2004-12-12 23:40:44 +0000
commit04a6f55e4c7945ad943e3b3532a07114ea1665b2 (patch)
treed7cf3c9d0cbc38448b64fc9f57d887e08ebfadde /plugins/mate/mate.h
parent593131d1323c8ab63ccd639a25c5026ea1dc291a (diff)
Update for Mate from Luis Ontanon:
- make rd static (no purpose for it to be global) - remove outdated comments - add "PduCriteria" feature (as already stated in the wiki) - add "DiscardUnassignedPdu" feature (as already stated in the wiki) - removed ".Id" from abbrev for "mate.item_name" - in radius.mate: Don't use the port to determine the Gop key. svn path=/trunk/; revision=12735
Diffstat (limited to 'plugins/mate/mate.h')
-rw-r--r--plugins/mate/mate.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/mate/mate.h b/plugins/mate/mate.h
index f56d7590a8..f8d09968a8 100644
--- a/plugins/mate/mate.h
+++ b/plugins/mate/mate.h
@@ -109,6 +109,8 @@
#define KEYWORD_DROPGOP "DiscardUnassignedGop"
#define KEYWORD_DROPPDU "DiscardUnassignedPdu"
#define KEYWORD_LIB "Lib"
+#define KEYWORD_ACCEPT "Accept"
+#define KEYWORD_REJECT "Reject"
#define KEYWORD_DEBUGFILENAME "Debug_File"
#define KEYWORD_DBG_GENERAL "Debug_General"
@@ -196,7 +198,9 @@ typedef struct _mate_config {
gboolean last_to_be_created;
avpl_match_mode match_mode;
avpl_replace_mode replace_mode;
-
+ guint8* accept;
+ guint8* reject;
+
/* what to dbgprint */
int dbg_lvl;
int dbg_cfg_lvl;