jingle-filetransfer/filetransfer.h
changeset 127 02dde03e219b
parent 123 58bd57666ef9
child 131 943c3f938cb4
--- a/jingle-filetransfer/filetransfer.h	Sun Aug 15 16:37:32 2010 +0200
+++ b/jingle-filetransfer/filetransfer.h	Sun Aug 15 17:35:41 2010 +0200
@@ -24,13 +24,19 @@
   /* the size, in bytes, of the data to be sent */
   guint64 size;
 
+  /* Data already send/receive*/
+  guint64 transmit;
+  
   /* descriptor to the output file */
   GIOChannel *outfile;
   
+  /* Is it an offer or a request ? */
   JingleFTType type;
   
+  /* A little description of the transfer */
   gchar *desc;
   
+  /* Where we compute the hash */
   GChecksum *md5;
   
 } JingleFT;