comparison libfdcore/fifo_stats.c @ 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 6ca6cadf209c
children
comparison
equal deleted inserted replaced
1073:f8cffccb8f29 1074:018a573b05f0
39 int fd_stat_getstats(enum fd_stat_type stat, struct peer_hdr * peer, 39 int fd_stat_getstats(enum fd_stat_type stat, struct peer_hdr * peer,
40 int * current_count, int * limit_count, int * highest_count, long long * total_count, 40 int * current_count, int * limit_count, int * highest_count, long long * total_count,
41 struct timespec * total, struct timespec * blocking, struct timespec * last) 41 struct timespec * total, struct timespec * blocking, struct timespec * last)
42 { 42 {
43 struct fd_peer * p = (struct fd_peer *)peer; 43 struct fd_peer * p = (struct fd_peer *)peer;
44 TRACE_ENTRY( "%d %p %p %p %p %p %p %p %p", stat, peer, len, max, highest_count, total_count, total, blocking, last); 44 TRACE_ENTRY( "%d %p %p %p %p %p %p %p %p", stat, peer, current_count, limit_count, highest_count, total_count, total, blocking, last);
45 45
46 switch (stat) { 46 switch (stat) {
47 case STAT_G_LOCAL: { 47 case STAT_G_LOCAL: {
48 CHECK_FCT( fd_fifo_getstats(fd_g_local, current_count, limit_count, highest_count, total_count, total, blocking, last) ); 48 CHECK_FCT( fd_fifo_getstats(fd_g_local, current_count, limit_count, highest_count, total_count, total, blocking, last) );
49 } 49 }
"Welcome to our mercurial repository"