pmxcfs: format with clang-format
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
1e39f86766
commit
fb906e4a8b
1 changed files with 2 additions and 2 deletions
|
|
@ -1331,8 +1331,8 @@ static void update_rrd_data(const char *key, gconstpointer data, size_t len) {
|
|||
|
||||
char *filename = NULL;
|
||||
|
||||
int skip = 0; // columns to skip at beginning. They contain non-archivable data, like uptime,
|
||||
// status, is guest a template and such.
|
||||
int skip = 0; // columns to skip at beginning. They contain non-archivable data, like uptime,
|
||||
// status, is guest a template and such.
|
||||
int padding = 0; // how many columns need to be added with "U" if we get an old format that is
|
||||
// missing columns at the end.
|
||||
int keep_columns = 0; // how many columns do we want to keep (after initial skip) in case we get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue