]> git.tdb.fi Git - netvis.git/blobdiff - source/packet.h
Resolve IP addresses to hostnames
[netvis.git] / source / packet.h
index cfeb2dfbeb8f66ce18f01e423cd705df6124e460..18e7e4355f82e478c3435465f4f4ce9a1e96c45e 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of NetVis
+Copyright @ 2008 Mikko Rasa, Mikkosoft Productions
+Distributed unter the GPL
+*/
+
 #ifndef PACKET_H_
 #define PACKET_H_
 
@@ -21,7 +28,7 @@ public:
        Packet(const Host &, const Host *, const Msp::GL::Color &, unsigned);
        bool get_stale() const { return x>=1; }
        void tick(const Msp::Time::TimeDelta &);
-       void render() const;
+       void render(Msp::GL::PrimitiveBuilder &) const;
 };
 
 #endif