commit | cc67f780ecdb8a5c50eaae9e04b7fc11ce23ddba | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Jan 18 20:14:54 2023 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Wed Jan 18 20:47:55 2023 -0500 |
tree | c8445fbe78b1e5a2599e45689cf67e14938ceaf7 | |
parent | 7fd14d6f580eeed46ef4d6f04f6b5f2f1318c0f9 [diff] |
sim: info: convert verbose field to a bool The verbose argument has always been an int treated as a bool, so convert it to an explicit bool. Further, update the API docs to match the reality that the verbose value is actually used by some of the internal modules.