[ovs-git] [openvswitch/ovs] 5617ae: hmap: Don't include ovs-atomic.h unnecessarily.

GitHub noreply at github.com
Tue Mar 31 23:16:24 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 5617ae6abe492498ee6350fe657a53e0ba21f8ba
      https://github.com/openvswitch/ovs/commit/5617ae6abe492498ee6350fe657a53e0ba21f8ba
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-03-31 (Tue, 31 Mar 2015)

  Changed paths:
    M lib/cfm.c
    M lib/hmap.h
    M lib/lacp.c
    M lib/netdev-dummy.c
    M lib/ovs-lldp.h

  Log Message:
  -----------
  hmap: Don't include ovs-atomic.h unnecessarily.

GNU C++ isn't too happy with ovs-atomic.h.  We could fix that (maybe we
should) but the report I received from a C++ user implied to me that it
would be just as useful to just drop the unnecessary #include
"ovs-atomic.h" from hmap.h.

Reported-by: Michael Hu <humichael at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>




More information about the git mailing list