clang: Pass objects, not their addresses, to thread-safety macros.
authorAlex Wang <alexw@nicira.com>
Thu, 8 Aug 2013 22:14:20 +0000 (15:14 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 9 Aug 2013 20:48:11 +0000 (13:48 -0700)
commit344e21d47ecfe342fc5c3c8f32020d7a43089301
tree5e32f4c54bc66b1de97a7a944cdadfcd3d535e0c
parentbd3950ddfa5cf54d79feb332782d66d27c86090f
clang: Pass objects, not their addresses, to thread-safety macros.

This commit changes the code such that arguments to thread-safety
macros are not ampersanded.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/bfd.c
lib/cfm.c
lib/lacp.c
lib/stp.c
ofproto/ofproto-dpif-sflow.c
ofproto/tunnel.c
vswitchd/system-stats.c