Navigation


Changeset 140:34e47f4addf8 in freeDiameter for include


Ignore:
Timestamp:
Dec 16, 2009, 5:20:31 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix broken test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/freeDiameter.h

    r124 r140  
    679679#define EP_FL_LL        (1 << 3)        /* Lower layer mechanism provided this endpoint */
    680680#define EP_FL_PRIMARY   (1 << 4)        /* This endpoint is primary in a multihomed SCTP association */
     681#define EP_ACCEPTALL    (1 << 15)       /* This flag allows bypassing the address filter in fd_ep_add_merge. */
    681682        uint32_t        flags;          /* Additional information about the endpoint */
    682683               
Note: See TracChangeset for help on using the changeset viewer.