summaryrefslogtreecommitdiffstats
path: root/lib/librte_power/guest_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_power/guest_channel.c')
-rw-r--r--lib/librte_power/guest_channel.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/librte_power/guest_channel.c b/lib/librte_power/guest_channel.c
index 85c92fab..fa5de0f5 100644
--- a/lib/librte_power/guest_channel.c
+++ b/lib/librte_power/guest_channel.c
@@ -148,6 +148,13 @@ guest_channel_send_msg(struct channel_packet *pkt, unsigned lcore_id)
return 0;
}
+int rte_power_guest_channel_send_msg(struct channel_packet *pkt,
+ unsigned int lcore_id)
+{
+ return guest_channel_send_msg(pkt, lcore_id);
+}
+
+
void
guest_channel_host_disconnect(unsigned lcore_id)
{