9, 2014 3:51 PM
> To: Eitan Eliahu
> Cc: Gurucharan Shetty; dev@openvswitch.org; Gurucharan Shetty
> Subject: Re: [ovs-dev] [PATCH] rconn: Prevent redefinition of 'MAX_MONITORS'
> in Windows.
>
> OVS has had a MAX_MONITORS macro definition there forever. On Windows, t
tan
>
> -Original Message-
> From: Gurucharan Shetty [mailto:shet...@nicira.com]
> Sent: Tuesday, September 09, 2014 3:23 PM
> To: Eitan Eliahu
> Cc: dev@openvswitch.org; Gurucharan Shetty
> Subject: Re: [ovs-dev] [PATCH] rconn: Prevent redefinition of 'MAX_MONI
o:shet...@nicira.com]
> Sent: Tuesday, September 09, 2014 3:23 PM
> To: Eitan Eliahu
> Cc: dev@openvswitch.org; Gurucharan Shetty
> Subject: Re: [ovs-dev] [PATCH] rconn: Prevent redefinition of 'MAX_MONITORS'
> in Windows.
>
> On Tue, Sep 9, 2014 at 3:20 PM, Eitan Eliah
...@nicira.com]
Sent: Tuesday, September 09, 2014 3:23 PM
To: Eitan Eliahu
Cc: dev@openvswitch.org; Gurucharan Shetty
Subject: Re: [ovs-dev] [PATCH] rconn: Prevent redefinition of 'MAX_MONITORS' in
Windows.
On Tue, Sep 9, 2014 at 3:20 PM, Eitan Eliahu wrote:
>
> Hi Guru,
> The Window
gt; Sent: Tuesday, September 09, 2014 1:23 PM
> To: dev@openvswitch.org
> Cc: Gurucharan Shetty
> Subject: [ovs-dev] [PATCH] rconn: Prevent redefinition of 'MAX_MONITORS' in
> Windows.
>
> Windows already has a MAX_MONITORS defined in ddeml.h.
>
> Signed-off-by: Guru
openvswitch.org
Cc: Gurucharan Shetty
Subject: [ovs-dev] [PATCH] rconn: Prevent redefinition of 'MAX_MONITORS' in
Windows.
Windows already has a MAX_MONITORS defined in ddeml.h.
Signed-off-by: Gurucharan Shetty
---
lib/rconn.c |4 ++--
1 file changed, 2 insertions(+), 2 delet
Windows already has a MAX_MONITORS defined in ddeml.h.
Signed-off-by: Gurucharan Shetty
---
lib/rconn.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/rconn.c b/lib/rconn.c
index c9b68bb..5c28806 100644
--- a/lib/rconn.c
+++ b/lib/rconn.c
@@ -137,8 +137,8 @@ struc