]> sourceware.org Git - lvm2.git/commit
command: futher move to single struct
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 10 May 2024 22:42:49 +0000 (00:42 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Sun, 12 May 2024 20:15:15 +0000 (22:15 +0200)
commit1c396598ff29673d6e5618800b5ec2800a4b58f6
tree744d50c8e86dceff3f524ea9a2807c1846a16d66
parentd3c22aedc490b7bf53e6273a8690f55102bd903d
command: futher move to single struct

Refactor code to not allocate memory for rule->opts,
instead use uint16_t array of MAX_RULE_OPTS within cmd_rule.

Also print more info if array would not be enough (>= 8).
tools/command.c
tools/command.h
tools/toollib.c
tools/toollib.h
This page took 0.039752 seconds and 5 git commands to generate.