MINOR: activity: iterate over all fields in a main loop for dumping
authorWilly Tarreau <w@1wt.eu>
Wed, 3 May 2023 13:25:04 +0000 (15:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 3 May 2023 15:24:54 +0000 (17:24 +0200)
commit8ee0d11cb828dfc0f8a6d8ec6324c52109900753
tree320973d1cde89b566e8c99311811781dc7aea5f1
parenta465b215167de95ecce32db7ad59b23ce93662c2
MINOR: activity: iterate over all fields in a main loop for dumping

Now each line of "show activity" will iterate over n+2 fields, one for
the line header, one for the total, and one per thread. This will soon
allow us to save the current state in a restartable way.
src/activity.c