X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=src%2Fsession.h;h=9d74fdb03c1691633701444fd1aabdf689a5ca55;hb=ef0a61b93862f0bbb99b88f2d4460ad75509c814;hp=436802649a4dde5c1b977c52fe3fffb308b38ec1;hpb=a76aa7a25380bb9947d8dfed2aca94832f47d564;p=pazpar2-moved-to-github.git diff --git a/src/session.h b/src/session.h index 4368026..9d74fdb 100644 --- a/src/session.h +++ b/src/session.h @@ -139,6 +139,7 @@ struct hitsbytarget { const char *name; Odr_int hits; int diagnostic; + const char *addinfo; int records; const char *state; int connected; @@ -183,6 +184,7 @@ int ingest_record(struct client *cl, const char *rec, int record_no, NMEM nmem); void session_alert_watch(struct session *s, int what); void add_facet(struct session *s, const char *type, const char *value, int count); + void perform_termlist(struct http_channel *c, struct session *se, const char *name, int num); void session_log(struct session *s, int level, const char *fmt, ...) @@ -192,6 +194,12 @@ void session_log(struct session *s, int level, const char *fmt, ...) ; #endif +struct session_sorted_results { + const char *field; + int increasing; + struct session_sorted_results *next; +}; + /* * Local variables: * c-basic-offset: 4