X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fsearch.h;h=67501eb69a54a33121b14bb33818800bc72da305;hb=175c86de77cd5e6d447cfba50dc8f755db87eb16;hp=dff4c8090be63f31db8789adf7a983cad836d63f;hpb=d3372da97568d5e1f35fa19787c8ec8af93a0435;p=doldaconnect.git diff --git a/daemon/search.h b/daemon/search.h index dff4c80..67501eb 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 @@ -36,6 +37,7 @@ #define SOP_SIZEGT 9 #define SOP_SIZELT 10 #define SOP_SIZEEQ 11 +#define SOP_HASHIS 12 #define SRCH_WAIT 0 #define SRCH_RUN 1 @@ -63,6 +65,7 @@ struct sexpr } re; wchar_t *s; int n; + struct hash *hash; } d; }; @@ -105,6 +108,7 @@ struct srchres int slots; struct fnetnode *fn; double time; + struct hash *hash; }; wchar_t *regexunquotesimple(wchar_t *re);