aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/bond_group_binding_cmds.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/bond_group_binding_cmds.hpp')
-rw-r--r--extras/vom/vom/bond_group_binding_cmds.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/vom/vom/bond_group_binding_cmds.hpp b/extras/vom/vom/bond_group_binding_cmds.hpp
index 71c4f9fad64..3d9bfeedc61 100644
--- a/extras/vom/vom/bond_group_binding_cmds.hpp
+++ b/extras/vom/vom/bond_group_binding_cmds.hpp
@@ -26,7 +26,7 @@ namespace bond_group_binding_cmds {
/**
* A command class that binds the slave interface to the bond interface
*/
-class bind_cmd : public rpc_cmd<HW::item<bool>, rc_t, vapi::Bond_enslave>
+class bind_cmd : public rpc_cmd<HW::item<bool>, vapi::Bond_enslave>
{
public:
/**
@@ -65,7 +65,7 @@ private:
/**
* A cmd class that detach slave from a bond interface
*/
-class unbind_cmd : public rpc_cmd<HW::item<bool>, rc_t, vapi::Bond_detach_slave>
+class unbind_cmd : public rpc_cmd<HW::item<bool>, vapi::Bond_detach_slave>
{
public:
/**