Code

openvpn plugin: Rename the "OnlyAggregateUsers" option to "CollectIndividualUsers".
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 22 Mar 2010 18:08:04 +0000 (19:08 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 22 Mar 2010 18:08:04 +0000 (19:08 +0100)
commit7f7795d0c615ad4998c13651d5f1f01336f808f1
tree557a4c7879abc852f701eadf4904f4f06e65272f
parentecbb79db8d98763cc02dd7e6fab7e1b7d220dcb3
openvpn plugin: Rename the "OnlyAggregateUsers" option to "CollectIndividualUsers".

The semantic is inverted: When true (default) statistics for individual
users will be collected.

The "AggregateUsers" is now named "CollectUserCount" and a new name for
"Compression", "CollectCompression", has been added. This makes the names
of the config options consistent with one another.

The module global configuration variables have been changed to _Bool
while I was at it.
src/openvpn.c