]> git.ipfire.org Git - thirdparty/squid.git/commit
SourceLayout: shuffle fd_table definition into fde.h
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 17 Feb 2013 01:55:00 +0000 (14:55 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 17 Feb 2013 01:55:00 +0000 (14:55 +1300)
commitf9fb22f530b782f2859a6e0f9dddd16193a5eae3
tree335e9b11e893c77e4f92760312de219492f07435
parenteced1234fa08e5822b0271181d34583e5dd14677
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.

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