fcaabb48fa
A couple of the functions inside of the queue_extras file were relying on an undefined __containerof function. Replace that with SPDK_CONTAINEROF. Then add an extra check so that when someone includes this file on FreeBSD, it doesn't throw compiler warnings for the redefinitions (see our cpp headers test for example). The argument order for both functions is the same, namely pointer, type, member. Change-Id: I1bd0497ee14df8b37f4de1046e271e5fe144ca82 Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/470191 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Community-CI: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile |