Add hash attribute to SRs.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sun, 16 Oct 2005 03:09:05 +0000 (03:09 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sun, 16 Oct 2005 03:09:05 +0000 (03:09 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@373 959494ce-11ee-0310-bf91-de5d638817bd

daemon/search.h

index dff4c80..35d0230 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef _SEARCH_H
 #define _SEARCH_H
 
+#include "client.h"
 #include "filenet.h"
 #include "sysevents.h"
 #include <regex.h>
@@ -105,6 +106,7 @@ struct srchres
     int slots;
     struct fnetnode *fn;
     double time;
+    struct hash *hash;
 };
 
 wchar_t *regexunquotesimple(wchar_t *re);