changeset 1074:018a573b05f0

Forgot to include the new file in the build
author Sebastien Decugis <sdecugis@freediameter.net>
date Thu, 02 May 2013 12:20:30 +0800
parents f8cffccb8f29
children 54d1cb00331a
files libfdcore/CMakeLists.txt libfdcore/fifo_stats.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libfdcore/CMakeLists.txt	Thu May 02 12:02:37 2013 +0800
+++ b/libfdcore/CMakeLists.txt	Thu May 02 12:20:30 2013 +0800
@@ -17,6 +17,7 @@
 	endpoints.c
 	events.c
 	extensions.c
+	fifo_stats.c
 	dict_base_proto.c
 	messages.c
 	queues.c
--- a/libfdcore/fifo_stats.c	Thu May 02 12:02:37 2013 +0800
+++ b/libfdcore/fifo_stats.c	Thu May 02 12:20:30 2013 +0800
@@ -41,7 +41,7 @@
 			struct timespec * total, struct timespec * blocking, struct timespec * last)
 {
 	struct fd_peer * p = (struct fd_peer *)peer;
-	TRACE_ENTRY( "%d %p %p %p %p %p %p %p %p", stat, peer, len, max, highest_count, total_count, total, blocking, last);
+	TRACE_ENTRY( "%d %p %p %p %p %p %p %p %p", stat, peer, current_count, limit_count, highest_count, total_count, total, blocking, last);
 	
 	switch (stat) {
 		case STAT_G_LOCAL: {
"Welcome to our mercurial repository"