X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnetvis.h;h=35d9952ac826e3aed295da08405da580c1ce20d1;hb=8814de48529f0b5b828372e471a7523b5f2bb6de;hp=9e8661e58307c43ed9efe5d289fcb1e9eaacde8a;hpb=a56b7174bc4d39064e5fb8d22953963f224315db;p=netvis.git diff --git a/source/netvis.h b/source/netvis.h index 9e8661e..35d9952 100644 --- a/source/netvis.h +++ b/source/netvis.h @@ -30,6 +30,8 @@ private: std::string iface; pcap_t *pcap; std::list packets; + unsigned max_hosts; + unsigned max_visible_hosts; std::map hosts; std::map disabled_hosts; Msp::Graphics::Display *dpy; @@ -38,7 +40,6 @@ private: Msp::Time::TimeStamp tick_t; std::map port_colors; Msp::GL::Font *font; - Msp::GL::Texture2D *font_tex; Msp::Debug::Profiler profiler; bool draw_labels; bool blend;