]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3720: SourceLayout: shuffle fd_table definition into fde.h
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 26 Feb 2013 22:21:22 +0000 (15:21 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 26 Feb 2013 22:21:22 +0000 (15:21 -0700)
commit1c41725c54b35edc5407be733e32c68bc2b5fcf9
tree0626a5e3e04f578b8c768ab8db7ff589f008c32e
parent03e07797948860a5a80fd244a26babe819cd9414
Bug 3720: SourceLayout: shuffle fd_table definition into fde.h

Shift the definition out of globals.h into fde.h where the type class
is defined, and the instance into fde.cc. Fixing bug 3720; build errors
on OpenIndiana and Solaris.

Also, move it into the fde class scope as a static Table member.
Provides wrapper definition of fd_table to reduce patch impact.
src/Makefile.am
src/fde.cc
src/fde.h
src/globals.h
src/tests/stub_fd.cc