]> git.dolda2000.com Git - doldaconnect.git/commitdiff
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 a7bc3e7823ef81ed35754aedee8a6d43160d2554..21806645e1321823d5618ac7e020e862f217a712 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;
 };