From 986e87822a3bdd4a498916ae0f8ba1b763a7d80f Mon Sep 17 00:00:00 2001 From: fredrik Date: Sat, 22 Oct 2005 23:54:21 +0000 Subject: [PATCH] Store hashes for transfers. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@412 959494ce-11ee-0310-bf91-de5d638817bd --- include/doldaconnect/uimisc.h | 1 + 1 file changed, 1 insertion(+) 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; }; -- 2.11.0