src: remove container_of, use CONTAINER_OF
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 8 Nov 2013 20:44:32 +0000 (21:44 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 8 Nov 2013 21:26:23 +0000 (22:26 +0100)
commit0619467bd349af64c89ac0c325e8663026364bbf
treed2832efe9bbed512d83a78b0b53dc2b33219e88d
parent3facd4e1dc458aa6790403c0a86beb277cc33efb
src: remove container_of, use CONTAINER_OF

CONTAINER_OF was introduced a while ago but was not used consistently
everywhere yet.  This commit fixes that.

Why CONTAINER_OF instead of container_of?  The former makes it crystal
clear that it's a macro, not a function.
src/cares_wrap.cc
src/node.cc
src/node_crypto.cc
src/node_http_parser.cc
src/node_internals.h
src/node_zlib.cc
src/signal_wrap.cc
src/stream_wrap.cc
src/tls_wrap.cc