aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat-int.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-03-06 22:13:24 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-03-06 22:13:24 +0000
commitfdc980e79dc0fde8d1ccba19d32d8c93bddd65bb (patch)
treefc1191ee2a81f39dc574d5299814a8ac06e46604 /epan/uat-int.h
parentbde6848d5a0d0bd085b69da2b4dcbd8e2cb0f5cf (diff)
Added an option to uat_new() to set if configuration shall be saved in the
selected profile. Don't save SMI Paths and SMI Modules in the profiles because reloading currently doesn't work (bug 2309). svn path=/trunk/; revision=24580
Diffstat (limited to 'epan/uat-int.h')
-rw-r--r--epan/uat-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/uat-int.h b/epan/uat-int.h
index 1dd8c947e6..bf6e9baaf3 100644
--- a/epan/uat-int.h
+++ b/epan/uat-int.h
@@ -49,6 +49,7 @@ struct _uat_t {
const char* name;
size_t record_size;
const char* filename;
+ gboolean from_profile;
const char* help;
const char* category;
void** user_ptr;