From 1c7f7555eb2dcf2b2b600a12cff1c02de689f0c1 Mon Sep 17 00:00:00 2001 From: fredrik Date: Sun, 16 Oct 2005 03:09:05 +0000 Subject: [PATCH] Add hash attribute to SRs. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@373 959494ce-11ee-0310-bf91-de5d638817bd --- daemon/search.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.11.0