diff libpurple/protocols/msn/p2p.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 544221aadf6e
children 5964f65c17ed
line wrap: on
line diff
--- a/libpurple/protocols/msn/p2p.h	Wed Aug 04 04:30:03 2010 +0000
+++ b/libpurple/protocols/msn/p2p.h	Thu Aug 05 21:58:13 2010 +0000
@@ -6,6 +6,12 @@
 typedef struct {
 	guint32 session_id;
 	guint32 id;
+	/**
+	 * In a MsnSlpMessage:
+	 * For outgoing messages this is the number of bytes from buffer that
+	 * have already been sent out.  For incoming messages this is the
+	 * number of bytes that have been written to buffer.
+	 */
 	guint64 offset;
 	guint64 total_size;
 	guint32 length;