diff extensions/app_radgw/rgw.h @ 548:345537783a90

Allow duplicate messages to be processed after Diameter answer has been received.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 15 Sep 2010 10:41:43 +0900
parents 1c2f5ee38039
children 4c935aecee6c
line wrap: on
line diff
--- a/extensions/app_radgw/rgw.h	Tue Sep 14 17:12:17 2010 +0900
+++ b/extensions/app_radgw/rgw.h	Wed Sep 15 10:41:43 2010 +0900
@@ -99,6 +99,7 @@
 int rgw_clients_check_dup(struct rgw_radius_msg_meta **msg, struct rgw_client *cli);
 int rgw_clients_create_origin(struct rgw_radius_msg_meta *msg, struct rgw_client * cli, struct msg ** diam);
 int rgw_client_finish_send(struct radius_msg ** msg, struct rgw_radius_msg_meta * req, struct rgw_client * cli);
+int rgw_client_finish_nosend(struct rgw_radius_msg_meta * req, struct rgw_client * cli);
 void rgw_clients_dispose(struct rgw_client ** ref);
 void rgw_clients_dump(void);
 int rgw_clients_init(void);
"Welcome to our mercurial repository"