[Ns-bugs] [Bug 270] Simulator::ProcessOneEvent
bugzilla-daemon@nsnam-www.ece.gatech.edu
bugzilla-daemon at nsnam-www.ece.gatech.edu
Tue Aug 5 09:46:27 PDT 2008
http://www.nsnam.org/bugzilla/show_bug.cgi?id=270
------- Comment #4 from craigdo at ee.washington.edu 2008-08-05 12:46 -------
(In reply to comment #2)
> Please, rename the public API to RunOne to outline the relationship with
> Simulator::Run better.
I still think RunOne is a poor name. RunOne? RunOne what? ProcessOneEvent
was fine. How about RunOneEvent or RunFirstEvent?
Please don't take the private member method ProcessOneEvent and just make it
public and callable by anyone. The multithreaded and real time schedulers
re-implement ProcessOneEvent treating it as a private method. This is not
going to work. If you are going to add a new bit of public API, please do that
and define a new method.
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Ns-bugs
mailing list