From 50d1d59213886de1f348d85175dbdbe82fe1c87c Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Tue, 5 Jul 2016 23:08:30 +0200 Subject: Qt: add initializers (CID 1162824). Change-Id: Ib570d3531bfdd35404b75d49dbd7dd43db4c30d9 Reviewed-on: https://code.wireshark.org/review/16310 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte --- ui/tap-tcp-stream.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/tap-tcp-stream.h') diff --git a/ui/tap-tcp-stream.h b/ui/tap-tcp-stream.h index dde701ae7f..f430fa5fa5 100644 --- a/ui/tap-tcp-stream.h +++ b/ui/tap-tcp-stream.h @@ -34,7 +34,8 @@ typedef enum tcp_graph_type_ { GRAPH_TSEQ_TCPTRACE, GRAPH_THROUGHPUT, GRAPH_RTT, - GRAPH_WSCALE + GRAPH_WSCALE, + GRAPH_UNDEFINED } tcp_graph_type; struct segment { -- cgit v1.2.3