diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-02-23 16:20:38 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-03-02 09:10:26 +0100 |
commit | 9ce567f89591a3856d29db00d83eb5ce6d9f6f9e (patch) | |
tree | 6ef47b9f7599f7dacc1b3868d3e8b02ceee37798 /src/charon/plugins/load_tester | |
parent | 6cc13cd9c57bc7016f6d352bf6fbbe42d23b5513 (diff) | |
download | strongswan-9ce567f89591a3856d29db00d83eb5ce6d9f6f9e.tar.bz2 strongswan-9ce567f89591a3856d29db00d83eb5ce6d9f6f9e.tar.xz |
Changed plugin constructors from plugin_create to plugin_name_plugin_create.
Diffstat (limited to 'src/charon/plugins/load_tester')
-rw-r--r-- | src/charon/plugins/load_tester/load_tester_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/load_tester/load_tester_plugin.c b/src/charon/plugins/load_tester/load_tester_plugin.c index e25f97423..46145b803 100644 --- a/src/charon/plugins/load_tester/load_tester_plugin.c +++ b/src/charon/plugins/load_tester/load_tester_plugin.c @@ -173,7 +173,7 @@ static void destroy(private_load_tester_plugin_t *this) /* * see header file */ -plugin_t *plugin_create() +plugin_t *load_tester_plugin_create() { private_load_tester_plugin_t *this; u_int i, shutdown_on = 0; |