]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm: Place container_of inside #ifdef
authorSean Hefty <sean.hefty@intel.com>
Sat, 22 Sep 2012 00:16:09 +0000 (17:16 -0700)
committerSean Hefty <sean.hefty@intel.com>
Sat, 22 Sep 2012 00:16:09 +0000 (17:16 -0700)
commita88a9c74ad1e610f1ea24aabe5f1a238b3ad67e2
treefd25e5104198197967ac10d49db6570c49bf661c
parente9feafcb10b48b7917ed34d7dd8a5a95269938a0
librdmacm: Place container_of inside #ifdef

verbs.h defines container_of.  Only define it if not defined

Signed-off-by: Sean Hefty <sean.hefty@intel.com>