diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2005-03-21 17:51:07 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2005-03-21 17:51:07 +0000 |
commit | 22084517add35cf59eed1c8acbd63bb599b33840 (patch) | |
tree | 5c9052e671074ded15e49d47482e76c6b48f7087 /epan/stats_tree_priv.h | |
parent | 3af24ce10a37b7778d42a1cd91482f4015a9c205 (diff) | |
download | wireshark-22084517add35cf59eed1c8acbd63bb599b33840.tar.gz wireshark-22084517add35cf59eed1c8acbd63bb599b33840.tar.bz2 wireshark-22084517add35cf59eed1c8acbd63bb599b33840.zip |
Fix the names that were not consistent after the rename.
svn path=/trunk/; revision=13852
Diffstat (limited to 'epan/stats_tree_priv.h')
-rw-r--r-- | epan/stats_tree_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/stats_tree_priv.h b/epan/stats_tree_priv.h index cbe40b30d6..a29ab8e5dc 100644 --- a/epan/stats_tree_priv.h +++ b/epan/stats_tree_priv.h @@ -82,6 +82,7 @@ struct _stats_tree { stats_tree_cfg* cfg; char* filter; + guint32 highest_seen; /* times */ float start; |