remove some very old comments about multithreaded tap implementation...

svn path=/trunk/; revision=45202
This commit is contained in:
Jakub Zawadzki 2012-09-28 21:48:28 +00:00
parent 49ce5e127b
commit d45d88d161
8 changed files with 0 additions and 57 deletions

View File

@ -150,13 +150,6 @@ dhcpstat_draw(void *psp)
g_hash_table_foreach(sp->hash, (GHFunc)dhcp_draw_message_type, NULL);
}
/* Since the gtk2 implementation of tap is multithreaded we must protect
* remove_tap_listener() from modifying the list while draw_tap_listener()
* is running. The other protected block is in main.c
*
* There should not be any other critical regions in gtk2.
*/
static void
win_destroy_cb(GtkWindow *win _U_, gpointer data)
{

View File

@ -519,12 +519,6 @@ call_foreach_print_ip_tree(gpointer value, gpointer user_data)
return FALSE;
}
/* since the gtk2 implementation of tap is multithreaded we must protect
* remove_tap_listener() from modifying the list while draw_tap_listener()
* is running. the other protected block is in main.c
*
* there should not be any other critical regions in gtk2
*/
static void
win_destroy_cb(GtkWindow *win _U_, gpointer data)
{

View File

@ -164,13 +164,6 @@ dcerpcstat_draw(void *rs_arg)
draw_srt_table_data(&rs->srt_table);
}
/* since the gtk2 implementation of tap is multithreaded we must protect
* remove_tap_listener() from modifying the list while draw_tap_listener()
* is running. the other protected block is in main.c
*
* there should not be any other critical regions in gtk2
*/
static void
win_destroy_cb(GtkWindow *win _U_, gpointer data)
{
@ -182,8 +175,6 @@ win_destroy_cb(GtkWindow *win _U_, gpointer data)
g_free(rs);
}
/* When called, this function will create a new instance of gtk-dcerpcstat.
*/
static void

View File

@ -309,12 +309,6 @@ rpcprogs_draw(void *dummy _U_)
}
}
/* Since the gtk2 implementation of tap is multithreaded we must protect
* remove_tap_listener() from modifying the list while draw_tap_listener()
* is running. The other protected block is in main.c
*
* There should not be any other critical regions in gtk2
*/
static void
win_destroy_cb(void *dummy _U_, gpointer data _U_)
{

View File

@ -198,12 +198,6 @@ rpcstat_find_vers(gpointer *key, gpointer *value _U_, gpointer *user_data _U_)
return;
}
/* since the gtk2 implementation of tap is multithreaded we must protect
* remove_tap_listener() from modifying the list while draw_tap_listener()
* is running. the other protected block is in main.c
*
* there should not be any other critical regions in gtk2
*/
static void
win_destroy_cb(GtkWindow *win _U_, gpointer data)
{

View File

@ -142,14 +142,6 @@ scsistat_draw(void *arg)
draw_srt_table_data(&rs->srt_table);
}
/* since the gtk2 implementation of tap is multithreaded we must protect
* remove_tap_listener() from modifying the list while draw_tap_listener()
* is running. the other protected block is in main.c
*
* there should not be any other critical regions in gtk2
*/
static void
win_destroy_cb(GtkWindow *win _U_, gpointer data)
{

View File

@ -525,13 +525,6 @@ sipstat_draw(void *psp)
gtk_widget_show_all(sp->win);
}
/* Since the gtk2 implementation of tap is multithreaded we must protect
* remove_tap_listener() from modifying the list while draw_tap_listener()
* is running. The other protected block is in main.c
*
* There should not be any other critical regions in gtk2.
*/
/* When window is destroyed, clean up */
static void
win_destroy_cb(GtkWindow *win _U_, gpointer data)

View File

@ -212,14 +212,6 @@ wspstat_draw(void *psp)
g_hash_table_foreach(sp->hash, (GHFunc)wsp_draw_statuscode, NULL);
}
/* Since the gtk2 implementation of tap is multithreaded we must protect
* remove_tap_listener() from modifying the list while draw_tap_listener()
* is running. The other protected block is in main.c
*
* There should not be any other critical regions in gtk2
*/
static void
win_destroy_cb(GtkWindow *win _U_, gpointer data)
{