From: fredrik Date: Sat, 22 Oct 2005 23:54:21 +0000 (+0000) Subject: Store hashes for transfers. X-Git-Tag: 0.1~163 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=986e87822a3bdd4a498916ae0f8ba1b763a7d80f Store hashes for transfers. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@412 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/include/doldaconnect/uimisc.h b/include/doldaconnect/uimisc.h index a7bc3e7..2180664 100644 --- a/include/doldaconnect/uimisc.h +++ b/include/doldaconnect/uimisc.h @@ -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; };