src/simulator/event-id.h
changeset 1009 adc3ac9baea8
parent 1008 6f2ea723a1db
child 1010 3a252ceeac44
--- a/src/simulator/event-id.h	Fri Jul 27 15:37:22 2007 +0200
+++ b/src/simulator/event-id.h	Fri Jul 27 17:18:14 2007 +0200
@@ -54,6 +54,7 @@
    * subclasses of the Scheduler base class.
    */
   Ptr<EventImpl> GetEventImpl (void) const;
+  EventImpl *PeekEventImpl (void) const;
   uint64_t GetTs (void) const;
   uint32_t GetUid (void) const;
 private: