Add position to sorted_results
[pazpar2-moved-to-github.git] / src / session.h
index 5cf1fc1..3e5b6c4 100644 (file)
@@ -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;
 };