src: move ReqWrap::data_ to FSReqWrap
authorBen Noordhuis <info@bnoordhuis.nl>
Tue, 13 Aug 2013 09:56:44 +0000 (11:56 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 13 Aug 2013 09:56:45 +0000 (11:56 +0200)
commitffc5d83568cc9ff694c6461aaa9dfc70545bf23c
treef7de886a0b3208d623e65b826cfd1a600df5ea8b
parent4ac6912a778be5876cf1759bb46d7e03f82784d8
src: move ReqWrap::data_ to FSReqWrap

FSReqWrap is the only ReqWrap child class that uses the data_ field so
move it out of ReqWrap and into FSReqWrap.
src/node_file.cc
src/req_wrap.h