jingle-ibb/ibb.h
changeset 122 8969dc3e2f14
parent 104 060e69633902
child 124 7773e8147c29
equal deleted inserted replaced
121:3a3c0e16ea00 122:8969dc3e2f14
     9 typedef struct {
     9 typedef struct {
    10   /* Size of the blocks */
    10   /* Size of the blocks */
    11   guint blocksize;
    11   guint blocksize;
    12 
    12 
    13   /* The identifiant of the transfer */
    13   /* The identifiant of the transfer */
    14   const gchar *sid;
    14   gchar *sid;
    15 
    15 
       
    16   gchar *buf;
       
    17   
       
    18   gint size_buf;
       
    19   
       
    20   gint dataleft;
       
    21   
    16   gint64 seq;
    22   gint64 seq;
    17   
    23   
    18 } JingleIBB;
    24 } JingleIBB;
    19 
    25 
    20 #endif
    26 #endif