changeset 2252 | 80595448707a |
parent 2251 | 04963d8cca51 |
child 2416 | 86e298a40289 |
--- a/src/node/drop-tail-queue.cc Tue Jan 15 12:43:07 2008 +0100 +++ b/src/node/drop-tail-queue.cc Tue Jan 15 12:44:09 2008 +0100 @@ -28,10 +28,10 @@ TypeId DropTailQueue::GetTypeId (void) { - static TypeId iid = TypeId ("DropTailQueue") + static TypeId tid = TypeId ("DropTailQueue") .SetParent<Queue> () .AddConstructor<DropTailQueue> (); - return iid; + return tid; } DropTailQueue::DropTailQueue () :