[ovs-git] [openvswitch/ovs] 9b0c0d: windows: Avoid OVS_UNUSED in Windows stubs for sys...

GitHub noreply at github.com
Sat Jul 11 04:54:17 UTC 2015


  Branch: refs/heads/branch-2.4
  Home:   https://github.com/openvswitch/ovs
  Commit: 9b0c0dd3ef024988939a76366d1de1e710b5fd3e
      https://github.com/openvswitch/ovs/commit/9b0c0dd3ef024988939a76366d1de1e710b5fd3e
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
    M include/windows/syslog.h

  Log Message:
  -----------
  windows: Avoid OVS_UNUSED in Windows stubs for syslog.h.

Currently OVS_UNUSED is defined in compiler.h since syslog.h is a
standalone wrapper remove it from the parameters.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


  Commit: d830e982cea9b9417b89719b06794d16faafff8b
      https://github.com/openvswitch/ovs/commit/d830e982cea9b9417b89719b06794d16faafff8b
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2015-07-10 (Fri, 10 Jul 2015)

  Changed paths:
    M lib/socket-util.h

  Log Message:
  -----------
  Undefined symbol make_unix_socket

syslog_direct_create defined in (lib/syslog-direct.c) uses make_unix_socket
which is currently undefined on the windows build.

We either can remove the new file from the chain but this patch proposes
to define a wrapper to make_unix_socket in which we return EINVAL.

This will avoid this kind of problems in the future.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/f82313359432...d830e982cea9


More information about the git mailing list