X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fsession.h;h=70b5f74ef27492a431436c578819cd17dad8f662;hb=f0c036628de8084804056af14c6f89990227bdaf;hp=f1d6764a7d2d60579746657a8edc13bb652ba333;hpb=29d7b058269704d060ab5a39c9cec515cd8d7d87;p=pazpar2-moved-to-github.git diff --git a/src/session.h b/src/session.h index f1d6764..70b5f74 100644 --- a/src/session.h +++ b/src/session.h @@ -100,6 +100,7 @@ struct session { struct conf_service *service; /* service in use for this session */ struct session_database *databases; // All databases, settings overriden struct client_list *clients; // Clients connected for current search + struct client_list *clients_cached; // Clients in cache NMEM session_nmem; // Nmem for session-permanent storage NMEM nmem; // Nmem for each operation (i.e. search, result set, etc) int num_termlists; @@ -114,6 +115,7 @@ struct session { normalize_cache_t normalize_cache; YAZ_MUTEX session_mutex; unsigned session_id; + int settings_modified; struct session_sorted_results *sorted_results; };