X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=src%2Flibcharon%2Ftnc%2Fimv%2Fimv_manager.h;h=fca8d1b0d1a3659b4bb9a76e71347fde3330f59a;hp=c7b21d1562f343e3ba36826789226062981671d4;hb=08235c7dedd5e3f4688bfa2e1297a16fd7a96116;hpb=c228ad607c936ef81fd1f849fd496de04b832926 diff --git a/src/libcharon/tnc/imv/imv_manager.h b/src/libcharon/tnc/imv/imv_manager.h index c7b21d1..fca8d1b 100644 --- a/src/libcharon/tnc/imv/imv_manager.h +++ b/src/libcharon/tnc/imv/imv_manager.h @@ -49,6 +49,13 @@ struct imv_manager_t { imv_t* (*remove)(imv_manager_t *this, TNC_IMVID id); /** + * Return the number of registered IMVs + * + * @return number of IMVs + */ + int (*get_count)(imv_manager_t *this); + + /** * Notify all IMV instances * * @param state communicate the state a connection has reached