Navigation


Changeset 1074:018a573b05f0 in freeDiameter for libfdcore


Ignore:
Timestamp:
May 2, 2013, 1:20:30 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Forgot to include the new file in the build

Location:
libfdcore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/CMakeLists.txt

    r668 r1074  
    1818        events.c
    1919        extensions.c
     20        fifo_stats.c
    2021        dict_base_proto.c
    2122        messages.c
  • libfdcore/fifo_stats.c

    r1071 r1074  
    4242{
    4343        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);
    4545       
    4646        switch (stat) {
Note: See TracChangeset for help on using the changeset viewer.