Changeset 10583 for branches/1.9x/libtransmission/peer-io.h
- Timestamp:
- May 1, 2010, 4:37:52 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.9x/libtransmission/peer-io.h
r9868 r10583 28 28 #include "transmission.h" 29 29 #include "bandwidth.h" 30 #include "list.h" /* __tr_list */30 #include "list.h" /* tr_list */ 31 31 #include "net.h" /* tr_address */ 32 32 … … 107 107 struct evbuffer * inbuf; 108 108 struct evbuffer * outbuf; 109 struct __tr_listoutbuf_datatypes; /* struct tr_datatype */109 struct tr_list * outbuf_datatypes; /* struct tr_datatype */ 110 110 111 111 struct event event_read;
Note: See TracChangeset
for help on using the changeset viewer.