wireshark/ui/qt/models
Mikael Kanstrup 879920a2eb iface_lists: Remove locked field
It seems the locked field of interface_t was used to avoid
simultaneous updates of interface entries from either multiple
threads or most likely the recursive UI update callbacks
case later identified.

Since 802362e ("Avoid recursive scan_local_interfaces operation")
the recursive callback behavior is no longer happening. And as
code does not have consistent checks the locked field can anyway
hardly protect a multi-threaded case if such a case exists.

Remove the unnecessary locked field.

Ping-Bug: 13864
Change-Id: Idc393f702b82aa6014dd636572d00f0d67120bf3
Reviewed-on: https://code.wireshark.org/review/23262
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-08-28 16:53:32 +00:00
..
cache_proxy_model.cpp
cache_proxy_model.h
interface_sort_filter_model.cpp
interface_sort_filter_model.h
interface_tree_cache_model.cpp Fix leak when removing interfaces from manage interfaces dialog 2017-08-28 14:42:44 +00:00
interface_tree_cache_model.h
interface_tree_model.cpp iface_lists: Remove locked field 2017-08-28 16:53:32 +00:00
interface_tree_model.h
numeric_value_chooser_delegate.cpp
numeric_value_chooser_delegate.h
packet_list_model.cpp
packet_list_model.h
packet_list_record.cpp
packet_list_record.h
path_chooser_delegate.cpp
path_chooser_delegate.h
percent_bar_delegate.cpp
percent_bar_delegate.h
related_packet_delegate.cpp
related_packet_delegate.h
sparkline_delegate.cpp
sparkline_delegate.h
timeline_delegate.cpp
timeline_delegate.h
uat_delegate.cpp Use UAT model for I/O graph 2017-08-07 17:25:02 +00:00
uat_delegate.h Use UAT model for I/O graph 2017-08-07 17:25:02 +00:00
uat_model.cpp Use UAT model for I/O graph 2017-08-07 17:25:02 +00:00
uat_model.h
voip_calls_info_model.cpp
voip_calls_info_model.h