Add position to sorted_results
authorDennis Schafroth <dennis@indexdata.com>
Wed, 22 Aug 2012 12:20:20 +0000 (14:20 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 22 Aug 2012 12:20:20 +0000 (14:20 +0200)
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;
 };