Changeset 4278 for vic/branches/cc/rtp/transmitter.h
- Timestamp:
- 08/18/08 17:37:20 (5 years ago)
- Files:
-
- 1 modified
-
vic/branches/cc/rtp/transmitter.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vic/branches/cc/rtp/transmitter.h
r4244 r4278 87 87 void send(pktbuf*); 88 88 inline bool is_cc_on() { return is_cc_active_; } 89 inline pktbuf* get_packet_queue() { return pb_;} 89 90 /* 90 91 * Buffer allocation hooks. … … 116 117 pktbuf* head_; 117 118 pktbuf* tail_; 119 pktbuf* pb_; 118 120 119 121 int loop_layer_; /* # of layers to loop back (for testing) */ … … 125 127 /* Cc related variables */ 126 128 bool is_cc_active_; /* is Cc module activated? */ 129 bool is_first_; /* is this first CC'd data packet? */ 127 130 128 131 private:
