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

(-)a/src/network/model/byte-tag-list.h (-2 / +2 lines)
 Lines 234-240    Link Here 
234
  ByteTagList::Iterator BeginAll (void) const;
234
  ByteTagList::Iterator BeginAll (void) const;
235
235
236
  /**
236
  /**
237
   * \brief Allocate the memory for the ByteTagListData
237
   * \brief Allocate the memory for the ByteTagListDatap
238
   * \param size the memory to allocate
238
   * \param size the memory to allocate
239
   * \returns the ByteTagListData structure
239
   * \returns the ByteTagListData structure
240
   */
240
   */
 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