Navigation


Changeset 87:c1c0f8a45c67 in freeDiameter for include


Ignore:
Timestamp:
Dec 4, 2009 5:23:06 PM (3 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Message:

Backup

Location:
include/freeDiameter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/freeDiameter.h

    r86 r87  
    705705         
    706706int fd_app_merge(struct fd_list * list, application_id_t aid, vendor_id_t vid, int auth, int acct); 
    707 int fd_app_find_common(struct fd_list * target, struct fd_list * reference); 
    708 int fd_app_gotcommon(struct fd_list * apps); 
     707int fd_app_check(struct fd_list * list, application_id_t aid, struct fd_app **detail); 
    709708 
    710709#endif /* _FREEDIAMETER_H */ 
  • include/freeDiameter/libfreeDiameter.h

    r85 r87  
    13441344 
    13451345/* AVPs (Vendor 0) */ 
     1346#define AC_USER_NAME                    1 
    13461347#define AC_PROXY_STATE                  33 
    13471348#define AC_HOST_IP_ADDRESS              257 
Note: See TracChangeset for help on using the changeset viewer.