MINOR: cli: report cache indexes in "show fd"
authorWilly Tarreau <w@1wt.eu>
Fri, 30 Mar 2018 13:00:15 +0000 (15:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Mar 2018 13:00:15 +0000 (15:00 +0200)
commitc754b343a2e8accaea8d6151cb7d814b0ee5c263
tree9a529244a36ca4b983364101cf07d535d04db2cb
parente3f36cd479738cf80c2d83575722bea7ee0f8e0b
MINOR: cli: report cache indexes in "show fd"

Instead of just indicating "cache={0,1}" we now report cache.next and
cache.prev since they are the ones used with the lockless fd cache.
src/cli.c