aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/plugins/imv_test
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-06-14 14:26:05 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-06-14 14:26:05 +0200
commit08dc42b02551d1bb2a2b18c22ba2dabd064f89de (patch)
treee6a79a0ef3685b77002a5f6a10eb592921a7d40e /src/libimcv/plugins/imv_test
parent12ac59a914554fd513aff155c24bdd6d57c5678b (diff)
downloadstrongswan-08dc42b02551d1bb2a2b18c22ba2dabd064f89de.tar.bz2
strongswan-08dc42b02551d1bb2a2b18c22ba2dabd064f89de.tar.xz
cosmetics
Diffstat (limited to 'src/libimcv/plugins/imv_test')
-rw-r--r--src/libimcv/plugins/imv_test/imv_test_state.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libimcv/plugins/imv_test/imv_test_state.h b/src/libimcv/plugins/imv_test/imv_test_state.h
index 98d3dd92a..7e7b3a8f3 100644
--- a/src/libimcv/plugins/imv_test/imv_test_state.h
+++ b/src/libimcv/plugins/imv_test/imv_test_state.h
@@ -39,14 +39,14 @@ struct imv_test_state_t {
/**
* Set the IMC-IMV round-trip count
*
- * @param number of re-measurement rounds
+ * @param rounds number of re-measurement rounds
*/
void (*set_rounds)(imv_test_state_t *this, int rounds);
/**
* Check and decrease IMC-IMV round-trip count
*
- * @return new connection state
+ * @return new connection state
*/
bool (*another_round)(imv_test_state_t *this);
};
@@ -54,7 +54,7 @@ struct imv_test_state_t {
/**
* Create an imv_test_state_t instance
*
- * @param id connection ID
+ * @param id connection ID
*/
imv_state_t* imv_test_state_create(TNC_ConnectionID id);