X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fsession.h;h=3e5b6c4c24bcca1def6830b56ebadb476a7e4cfe;hb=1a8d4a76a67febe45d72f7911e9e706b40f0f4cf;hp=5cf1fc170893f09dce7effff684e912b781ce97b;hpb=8ad3c6132625dc893327fb17ab36f353bbd795b4;p=pazpar2-moved-to-github.git diff --git a/src/session.h b/src/session.h index 5cf1fc1..3e5b6c4 100644 --- a/src/session.h +++ b/src/session.h @@ -197,6 +197,7 @@ void session_log(struct session *s, int level, const char *fmt, ...) struct session_sorted_results { const char *field; int increasing; + int position; struct session_sorted_results *next; };