Navigation



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

Implement the fd_stat_getstats function; changed prototype of fd_fifo_length.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dbg_interactive/queues.i

    r1060 r1071  
    6666        /* Get the length of the queue (nb elements) */
    6767        int length() {
    68                 int l;
    69                 int ret = fd_fifo_length ( $self, &l, NULL );
    70                 if (ret != 0) {
    71                         DI_ERROR(ret, NULL, NULL);
    72                 }
    73                 return l;
     68                return fd_fifo_length ( $self ) ;
    7469        }
    7570
Note: See TracChangeset for help on using the changeset viewer.