You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zrpc_bgp_configurator.c: At top level:
zrpc_bgp_configurator.c:4525:77: error: unknown type name ‘peer_status_type’
instance_bgp_configurator_handler_get_peer_status(BgpConfiguratorIf iface, peer_status_type _return,
^
zrpc_bgp_configurator.c: In function ‘instance_bgp_configurator_handler_class_init’:
zrpc_bgp_configurator.c:4672:32: error: ‘BgpConfiguratorHandlerClass’ has no member named ‘enable_b_f_d_failover’
bgp_configurator_handler_class->enable_b_f_d_failover =
^
zrpc_bgp_configurator.c:4675:32: error: ‘BgpConfiguratorHandlerClass’ has no member named ‘disable_b_f_d_failover’
bgp_configurator_handler_class->disable_b_f_d_failover =
^
zrpc_bgp_configurator.c:4678:32: error: ‘BgpConfiguratorHandlerClass’ has no member named ‘get_peer_status’
bgp_configurator_handler_class->get_peer_status =
^
zrpc_bgp_configurator.c:4679:4: error: ‘instance_bgp_configurator_handler_get_peer_status’ undeclared (first use in this function)
instance_bgp_configurator_handler_get_peer_status;
^
zrpc_bgp_configurator.c:4679:4: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [zrpc_bgp_configurator.o] Error 1
make[3]: Leaving directory /tmp/zrpcd/zrpcd' make[2]: *** [all] Error 2 make[2]: Leaving directory /tmp/zrpcd/zrpcd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/zrpcd'
make: *** [all] Error 2
[root@localhost zrpcd]#
The text was updated successfully, but these errors were encountered:
zrpc_bgp_configurator.c: At top level:
zrpc_bgp_configurator.c:4525:77: error: unknown type name ‘peer_status_type’
instance_bgp_configurator_handler_get_peer_status(BgpConfiguratorIf iface, peer_status_type _return,
^
zrpc_bgp_configurator.c: In function ‘instance_bgp_configurator_handler_class_init’:
zrpc_bgp_configurator.c:4672:32: error: ‘BgpConfiguratorHandlerClass’ has no member named ‘enable_b_f_d_failover’
bgp_configurator_handler_class->enable_b_f_d_failover =
^
zrpc_bgp_configurator.c:4675:32: error: ‘BgpConfiguratorHandlerClass’ has no member named ‘disable_b_f_d_failover’
bgp_configurator_handler_class->disable_b_f_d_failover =
^
zrpc_bgp_configurator.c:4678:32: error: ‘BgpConfiguratorHandlerClass’ has no member named ‘get_peer_status’
bgp_configurator_handler_class->get_peer_status =
^
zrpc_bgp_configurator.c:4679:4: error: ‘instance_bgp_configurator_handler_get_peer_status’ undeclared (first use in this function)
instance_bgp_configurator_handler_get_peer_status;
^
zrpc_bgp_configurator.c:4679:4: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [zrpc_bgp_configurator.o] Error 1
make[3]: Leaving directory
/tmp/zrpcd/zrpcd' make[2]: *** [all] Error 2 make[2]: Leaving directory
/tmp/zrpcd/zrpcd'make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/zrpcd'
make: *** [all] Error 2
[root@localhost zrpcd]#
The text was updated successfully, but these errors were encountered: