Navigation


Changeset 38:68c1890f7049 in freeDiameter for include


Ignore:
Timestamp:
Nov 5, 2009, 5:29:12 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fixed a small bug in SCTP close

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/freeDiameter.h

    r37 r38  
    540540int fd_ep_add_merge( struct fd_list * list, sSA * sa, socklen_t sl, uint32_t flags );
    541541int fd_ep_filter( struct fd_list * list, uint32_t flags );
     542int fd_ep_filter_family( struct fd_list * list, int af );
    542543int fd_ep_clearflags( struct fd_list * list, uint32_t flags );
    543544void fd_ep_dump_one( char * prefix, struct fd_endpoint * ep, char * suffix );
Note: See TracChangeset for help on using the changeset viewer.