jingle-filetransfer/filetransfer.h
changeset 127 02dde03e219b
parent 123 58bd57666ef9
child 131 943c3f938cb4
equal deleted inserted replaced
126:059a6737f6a4 127:02dde03e219b
    22   gchar *name;
    22   gchar *name;
    23 
    23 
    24   /* the size, in bytes, of the data to be sent */
    24   /* the size, in bytes, of the data to be sent */
    25   guint64 size;
    25   guint64 size;
    26 
    26 
       
    27   /* Data already send/receive*/
       
    28   guint64 transmit;
       
    29   
    27   /* descriptor to the output file */
    30   /* descriptor to the output file */
    28   GIOChannel *outfile;
    31   GIOChannel *outfile;
    29   
    32   
       
    33   /* Is it an offer or a request ? */
    30   JingleFTType type;
    34   JingleFTType type;
    31   
    35   
       
    36   /* A little description of the transfer */
    32   gchar *desc;
    37   gchar *desc;
    33   
    38   
       
    39   /* Where we compute the hash */
    34   GChecksum *md5;
    40   GChecksum *md5;
    35   
    41   
    36 } JingleFT;
    42 } JingleFT;
    37 
    43 
    38 #endif
    44 #endif