Navigation


Changeset 1060:13fc3fc9c789 in freeDiameter for extensions


Ignore:
Timestamp:
Apr 29, 2013, 6:15:34 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

New feature in fd_fifo to get timing statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dbg_interactive/queues.i

    r767 r1060  
    6767        int length() {
    6868                int l;
    69                 int ret = fd_fifo_length ( $self, &l );
     69                int ret = fd_fifo_length ( $self, &l, NULL );
    7070                if (ret != 0) {
    7171                        DI_ERROR(ret, NULL, NULL);
Note: See TracChangeset for help on using the changeset viewer.