diff options
| author | 崔一鸣 <[email protected]> | 2018-12-07 16:53:59 +0800 |
|---|---|---|
| committer | 崔一鸣 <[email protected]> | 2018-12-07 17:07:39 +0800 |
| commit | 218e00b13e68f327bf3a01a78989d47f2746f85a (patch) | |
| tree | 7122a9f792477b49077834ee4c00d2e86292247a /access | |
| parent | 3f426f3bd58015fde9bc3d694c98e658a97c8024 (diff) | |
修改编译错误
Diffstat (limited to 'access')
| -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 |
