Skip to content
  • Mirko Stoffers's avatar
    Renamed duration -> eventDuration · cbd2c699
    Mirko Stoffers authored
    Problem: We had a variable cMessage::duration for Horizon and a
    variable cPacket::duration from OMNeT++ itself while cPacket inherits
    from cMessage. This might lead to the wrong variable being accessed
    by packets.
    
    Solution: Renamed the Horizon variable cMessage::duration in
    cMessage::eventDuration
    cbd2c699