diff options
Diffstat (limited to 'access/include/ip_mgr.h')
| -rw-r--r-- | access/include/ip_mgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/access/include/ip_mgr.h b/access/include/ip_mgr.h index 7b2f9f7..9b8c2a7 100644 --- a/access/include/ip_mgr.h +++ b/access/include/ip_mgr.h @@ -29,6 +29,6 @@ struct ip_mgr_vxlan_info struct ip_mgr_handle; struct ip_mgr_handle *ip_mgr_init(const char *profile, MESA_htable_handle cand_ip_detail_htable, struct field_stat_handle *fs_handle, - Maat_feather_t feather, void *logger); + Maat_feather_t Maat_feather_cand, Maat_feather_t Maat_feather_policy, void *logger); void ip_mgr_destroy(struct ip_mgr_handle *handle); int ip_mgr_candidata_ip_get(struct ip_mgr_handle *handle, const char *user_name, uint32_t *selected_ip);
\ No newline at end of file |
