Navigation


Changeset 105:0d9c9e004be0 in freeDiameter for include


Ignore:
Timestamp:
Dec 8, 2009, 1:38:43 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Compute common applications after CER reception

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/freeDiameter.h

    r93 r105  
    699699                unsigned auth   : 1;
    700700                unsigned acct   : 1;
    701                 unsigned common : 1;
    702701        }                flags;
    703702        vendor_id_t      vndid; /* if not 0, Vendor-Specific-App-Id AVP will be used */
     
    707706int fd_app_merge(struct fd_list * list, application_id_t aid, vendor_id_t vid, int auth, int acct);
    708707int fd_app_check(struct fd_list * list, application_id_t aid, struct fd_app **detail);
     708int fd_app_check_common(struct fd_list * list1, struct fd_list * list2, int * common_found);
    709709
    710710#endif /* _FREEDIAMETER_H */
Note: See TracChangeset for help on using the changeset viewer.