aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat-int.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-03-04 12:50:18 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-03-04 12:50:18 +0000
commit2f8830b4d03bb3f0ae67ba22896b1ac62c133428 (patch)
tree96338cd40e1cefa0587cb4b5cc2c4f5bc6eab668 /epan/uat-int.h
parentf05fb51aba628102f83cd814d04f763643baab3e (diff)
From LEGO via bug 3459:
Add a callback to UAT to be called after the table has being updated, use it to renew the snmp_ue_cache. svn path=/trunk/; revision=32112
Diffstat (limited to 'epan/uat-int.h')
-rw-r--r--epan/uat-int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/uat-int.h b/epan/uat-int.h
index e5f60351e1..998b815fcc 100644
--- a/epan/uat-int.h
+++ b/epan/uat-int.h
@@ -57,7 +57,8 @@ struct _uat_t {
uat_copy_cb_t copy_cb;
uat_update_cb_t update_cb;
uat_free_cb_t free_cb;
-
+ uat_post_update_cb_t post_update_cb;
+
uat_field_t* fields;
guint ncols;
GArray* user_data;