Store hashes for transfers.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sat, 22 Oct 2005 23:54:21 +0000 (23:54 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sat, 22 Oct 2005 23:54:21 +0000 (23:54 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@412 959494ce-11ee-0310-bf91-de5d638817bd

include/doldaconnect/uimisc.h

index a7bc3e7..2180664 100644 (file)
@@ -57,6 +57,7 @@ struct dc_transfer
     int found;
     int error;
     time_t errortime;
+    wchar_t *hash;
     void (*destroycb)(struct dc_transfer *transfer);
     void *udata;
 };