virsh: Add event name completion to '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:42 +08:00
committed by Michal Privoznik
parent 05642e8bd1
commit 66d6608148
3 changed files with 32 additions and 0 deletions

View File

@@ -82,4 +82,8 @@ char ** virshSecretEventNameCompleter(vshControl *ctl,
const vshCmd *cmd,
unsigned int flags);
char ** virshDomainEventNameCompleter(vshControl *ctl,
const vshCmd *cmd,
unsigned int flags);
#endif