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

(-)a/src/network/model/byte-tag-list.h (-1 / +1 lines)
 Lines 249-255    Link Here 
249
  int32_t m_minStart; //!< minimal start offset
249
  int32_t m_minStart; //!< minimal start offset
250
  int32_t m_maxEnd; //!< maximal end offset
250
  int32_t m_maxEnd; //!< maximal end offset
251
  int32_t m_adjustment; //!< adjustment to byte tag offsets
251
  int32_t m_adjustment; //!< adjustment to byte tag offsets
252
  uint16_t m_used; //!< the number of used bytes in the buffer
252
  uint32_t m_used; //!< the number of used bytes in the buffer
253
  struct ByteTagListData *m_data; //!< the ByteTagListData structure
253
  struct ByteTagListData *m_data; //!< the ByteTagListData structure
254
};
254
};
255
255

Return to bug 2515