From: Dennis Schafroth Date: Wed, 22 Aug 2012 12:20:20 +0000 (+0200) Subject: Add position to sorted_results X-Git-Tag: v1.6.16~4 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=1a8d4a76a67febe45d72f7911e9e706b40f0f4cf;p=pazpar2-moved-to-github.git Add position to sorted_results --- 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; };