Acked-by: Sairam Venugopal <vsai...@vmware.com>





On 2/5/17, 8:41 PM, "ovs-dev-boun...@openvswitch.org on behalf of Alin Serdean" 
<ovs-dev-boun...@openvswitch.org on behalf of aserd...@cloudbasesolutions.com> 
wrote:

>poll_wevent_wait_at is used in the #define but the function definition
>is missing.
>
>Signed-off-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com>
>---
> lib/poll-loop.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
>diff --git a/lib/poll-loop.h b/lib/poll-loop.h
>index 01e1aa8..84082f0 100644
>--- a/lib/poll-loop.h
>+++ b/lib/poll-loop.h
>@@ -1,5 +1,5 @@
> /*
>- * Copyright (c) 2008, 2009, 2010, 2011, 2013 Nicira, Inc.
>+ * Copyright (c) 2008, 2009, 2010, 2011, 2013, 2017 Nicira, Inc.
>  *
>  * Licensed under the Apache License, Version 2.0 (the "License");
>  * you may not use this file except in compliance with the License.
>@@ -54,6 +54,7 @@ void poll_fd_wait_at(int fd, short int events, const char 
>*where);
> #define poll_fd_wait(fd, events) poll_fd_wait_at(fd, events, 
> OVS_SOURCE_LOCATOR)
> 
> #ifdef _WIN32
>+void poll_wevent_wait_at(HANDLE wevent, const char *where);
> #define poll_wevent_wait(wevent) poll_wevent_wait_at(wevent, 
> OVS_SOURCE_LOCATOR)
> #endif /* _WIN32 */
> 
>-- 
>2.10.2.windows.1
>_______________________________________________
>dev mailing list
>d...@openvswitch.org
>https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.openvswitch.org_mailman_listinfo_ovs-2Ddev&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=Z6vowHUOjP5ysP_g372c49Nqc1vEKqHKNBkR5Q5Z7uo&m=M32LvRr9xt20dh_l_AwSAi50_YQfMlmlCtPpeAvFyDg&s=k_jyDqCZtMWucz5m42AmlLDtipJpx3bXC72DeP5DK1A&e=
> 
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to