updates.
[silc.git] / apps / irssi / src / silc / core / silc-servers.h
index a790fa39cb4d5fbbb50db716502e2180b3d8ad12..7add2f55494dc71f66ee9cdab5924a228a44c019 100644 (file)
@@ -27,6 +27,12 @@ typedef struct {
   uint32 session_id;
   char *filepath;
   bool send;
+
+  long starttime;              /* Start time of transfer */
+  double kps;                  /* Kilos per second */
+  uint64 offset;               /* Current offset */
+  uint64 filesize;             /* Total file size */
+  uint32 percent;              /* Percent of current transmission */
 } *FtpSession;
 
 #define STRUCT_SERVER_CONNECT_REC SILC_SERVER_CONNECT_REC