Otherwise it's virtually impossible to change a command's help string
without triggering a mismatch with the leader's command set.
Signed-off-by: Joao Eduardo Luis <joao@suse.de>
::decode(availability, bl);
}
bool is_compat(const MonCommand* o) const {
- return cmdstring == o->cmdstring && helpstring == o->helpstring &&
+ return cmdstring == o->cmdstring &&
module == o->module && req_perms == o->req_perms &&
availability == o->availability;
}