virsh: Add event name completion to 'nodedev-event' command

Signed-off-by: Lin Ma <lma@suse.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Lin Ma
2018-05-23 14:32:46 +08:00
committed by Michal Privoznik
parent a9f6b8fc8c
commit 83f1e64dd3
3 changed files with 32 additions and 0 deletions

View File

@@ -90,4 +90,8 @@ char ** virshPoolEventNameCompleter(vshControl *ctl,
const vshCmd *cmd,
unsigned int flags);
char ** virshNodedevEventNameCompleter(vshControl *ctl,
const vshCmd *cmd,
unsigned int flags);
#endif