Navigation


Changeset 548:345537783a90 in freeDiameter for extensions/app_radgw/rgw.h


Ignore:
Timestamp:
Sep 15, 2010, 10:41:43 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Allow duplicate messages to be processed after Diameter answer has been received.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgw.h

    r516 r548  
    100100int rgw_clients_create_origin(struct rgw_radius_msg_meta *msg, struct rgw_client * cli, struct msg ** diam);
    101101int rgw_client_finish_send(struct radius_msg ** msg, struct rgw_radius_msg_meta * req, struct rgw_client * cli);
     102int rgw_client_finish_nosend(struct rgw_radius_msg_meta * req, struct rgw_client * cli);
    102103void rgw_clients_dispose(struct rgw_client ** ref);
    103104void rgw_clients_dump(void);
Note: See TracChangeset for help on using the changeset viewer.