X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Fheavy_file_ops.h;h=debb57732a7c41b49d9786e44dc836e2af7ee3cc;hb=ef338226ccf699c8d8a149d9b74e9888175c7099;hp=028bb8e2be41f0542bd28a891e2848d7a979cf5b;hpb=b08342525706b55bb9434ecef060373793243089;p=feisty_meow.git diff --git a/nucleus/library/filesystem/heavy_file_ops.h b/nucleus/library/filesystem/heavy_file_ops.h index 028bb8e2..debb5773 100644 --- a/nucleus/library/filesystem/heavy_file_ops.h +++ b/nucleus/library/filesystem/heavy_file_ops.h @@ -30,6 +30,7 @@ class file_transfer_header : public basis::packable { public: basis::astring _filename; //!< the name of the file being transferred. +//hmmm: consider adding full length here so we know it. double _byte_start; //!< the starting location in the file being sent. int _length; //!< the length of the transferred piece. file_time _time; //!< the timestamp on the file.