From: fredrik Date: Sun, 16 Oct 2005 03:09:05 +0000 (+0000) Subject: Add hash attribute to SRs. X-Git-Tag: 0.1~202 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=1c7f7555eb2dcf2b2b600a12cff1c02de689f0c1 Add hash attribute to SRs. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@373 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/daemon/search.h b/daemon/search.h index dff4c80..35d0230 100644 --- a/daemon/search.h +++ b/daemon/search.h @@ -19,6 +19,7 @@ #ifndef _SEARCH_H #define _SEARCH_H +#include "client.h" #include "filenet.h" #include "sysevents.h" #include @@ -105,6 +106,7 @@ struct srchres int slots; struct fnetnode *fn; double time; + struct hash *hash; }; wchar_t *regexunquotesimple(wchar_t *re);