Navigation


Changeset 14:14cf6daf716d in freeDiameter for libfreeDiameter/lists.c


Ignore:
Timestamp:
Oct 1, 2009, 6:24:07 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Some progress on peers module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfreeDiameter/lists.c

    r1 r14  
    4747
    4848#define CHECK_SINGLE( li ) {                    \
    49         ASSERT( FD_LIST(li)->next == (li) );    \
    50         ASSERT( FD_LIST(li)->prev == (li) );    \
    51         ASSERT( FD_LIST(li)->head == (li) );    \
     49        ASSERT( ((struct fd_list *)(li))->next == (li) );       \
     50        ASSERT( ((struct fd_list *)(li))->prev == (li) );       \
     51        ASSERT( ((struct fd_list *)(li))->head == (li) );       \
    5252}
    5353
Note: See TracChangeset for help on using the changeset viewer.