From 1a8d4a76a67febe45d72f7911e9e706b40f0f4cf Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 22 Aug 2012 14:20:20 +0200 Subject: [PATCH] Add position to sorted_results --- src/session.h | 1 + 1 file changed, 1 insertion(+) 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; }; -- 1.7.10.4