X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fzoom-p.h;h=9de5509e2e3d46d804340af1f6528e0f6567b0aa;hp=bad6acf1b0c327985b96cff26e59e3dae317e1ce;hb=9c0d61ec236fb24ac2c1f5641630488546438459;hpb=bd4ea696fa932a215d18268afd1850035f7ebd05 diff --git a/src/zoom-p.h b/src/zoom-p.h index bad6acf..9de5509 100644 --- a/src/zoom-p.h +++ b/src/zoom-p.h @@ -139,8 +139,9 @@ struct ZOOM_resultset_p { struct WRBUF_shptr *record_wrbuf; #endif ZOOM_resultset next; - ZOOM_facet_field *facets; - int num_facets; + char *req_facets; + ZOOM_facet_field *res_facets; + int num_res_facets; char **facets_names; /* redundant. For ZOOM_resultset_facets_names only */ WRBUF mc_key; int live_set; /* 0=no hit count, 1=cached hit, 2=hits + real set */