View | Details | Raw Unified | Return to bug 2650
Collapse All | Expand All

(-)/home/gs/ns3/ns-allinone-3.25/ns-3.25/src/lbmaodv/model/lbmaodv-packet.h (-2 / +1 lines)
 Lines 300-307    Link Here 
300
  void Clear ();
300
  void Clear ();
301
  /// Return number of unreachable destinations in RERR message
301
  /// Return number of unreachable destinations in RERR message
302
  uint8_t GetDestCount () const { return (uint8_t)m_unreachableDstSeqNo.size (); }
302
  uint8_t GetDestCount () const { return (uint8_t)m_unreachableDstSeqNo.size (); }
303
  void SetDestCount (uint32_t sdc) { if (sdc==0) m_unreachableDstSeqNo.clear (); }   
303
    bool operator== (RerrHeader const & o) const;
304
  bool operator== (RerrHeader const & o) const;
305
private:
304
private:
306
  uint8_t m_flag;            ///< No delete flag
305
  uint8_t m_flag;            ///< No delete flag
307
  uint8_t m_reserved;        ///< Not used
306
  uint8_t m_reserved;        ///< Not used

Return to bug 2650