comparison libpurple/protocols/msn/slpmsg.h @ 30863:16ab805406d1

Get rid of the offset field in the SlpMessage in favor of the one in the Header.
author masca@cpw.pidgin.im
date Thu, 05 Aug 2010 21:58:13 +0000
parents 6814678f3c63
children e32332ac385c
comparison
equal deleted inserted replaced
30862:5ad928319db0 30863:16ab805406d1
57 long flags; 57 long flags;
58 58
59 gboolean ft; 59 gboolean ft;
60 PurpleStoredImage *img; 60 PurpleStoredImage *img;
61 guchar *buffer; 61 guchar *buffer;
62
63 /**
64 * For outgoing messages this is the number of bytes from buffer that
65 * have already been sent out. For incoming messages this is the
66 * number of bytes that have been written to buffer.
67 */
68 long long offset;
69 62
70 /** 63 /**
71 * This is the size of buffer, unless this is an outgoing file transfer, 64 * This is the size of buffer, unless this is an outgoing file transfer,
72 * in which case this is the size of the file. 65 * in which case this is the size of the file.
73 */ 66 */