summaryrefslogtreecommitdiff
path: root/ui/recent.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2015-09-30 04:49:01 -0700
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2015-09-30 12:55:51 +0000
commite3ace4f27d454467bee225e19f8f34e0d4e9965d (patch)
tree2a35c72265dac295570f0d7b21f99654435efb55 /ui/recent.h
parent1d0532fee52bcb507c91ad1b500fb0965951c6b1 (diff)
downloadwireshark-e3ace4f27d454467bee225e19f8f34e0d4e9965d.tar.gz
Use a 'recent' setting to persist the checkbox controlling the source of PDUs to use in LTE RLC statistics
Change-Id: I20234c3a3bf7761f70b0db5a6acbbf54ffbfcef5 Reviewed-on: https://code.wireshark.org/review/10699 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'ui/recent.h')
-rw-r--r--ui/recent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/recent.h b/ui/recent.h
index fa44d69e4a..ef5f357f07 100644
--- a/ui/recent.h
+++ b/ui/recent.h
@@ -101,6 +101,7 @@ typedef struct recent_settings_tag {
GList *conversation_tabs; /* enabled conversation dialog tabs */
GList *endpoint_tabs; /* enabled endpoint dialog tabs */
gchar *gui_fileopen_remembered_dir; /* folder of last capture loaded in File Open dialog */
+ gboolean gui_rlc_use_pdus_from_mac;
} recent_settings_t;
/** Global recent settings. */