aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-11-25 15:21:24 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-11-25 15:21:24 +0000
commitd65eab20bc4ad60461a11b5e4270ac8f0f1ed502 (patch)
tree3814799eb6d71c9d281aeff84b2220be37074870 /gtk
parent9e277ae6154fd04bf6a0a34ec5655a73e5a736a3 (diff)
Update comments to point to the previous commit to enhance traceabillity.
svn path=/trunk/; revision=35028
Diffstat (limited to 'gtk')
-rw-r--r--gtk/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/main.c b/gtk/main.c
index 9bf4be3283..9592955fc9 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -1352,6 +1352,8 @@ protect_thread_critical_region(void)
{
/* Threading support for TAP:s removed
* http://www.wireshark.org/lists/wireshark-dev/200611/msg00199.html
+ * See the commit for removed code:
+ * http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35027
*/
}
void
@@ -2417,6 +2419,9 @@ main(int argc, char *argv[])
prefs_register_modules();
prefs_p = read_configuration_files (&gdp_path, &dp_path);
+ /* Removed thread code:
+ * http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35027
+ */
/* this is to keep tap extensions updating once every 3 seconds */
tap_update_timer_id = g_timeout_add(prefs_p->tap_update_interval, tap_update_cb, NULL);