projects
/
pve-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cbc26d
)
CLIHandler: add missing use PVE::INotify
author
Wolfgang Bumiller
<w.bumiller@proxmox.com>
Wed, 10 Feb 2016 08:38:43 +0000
(09:38 +0100)
committer
Dietmar Maurer
<dietmar@proxmox.com>
Wed, 10 Feb 2016 09:26:33 +0000
(10:26 +0100)
It uses PVE::INotify::inotify_init() in run_cli_handler().
src/PVE/CLIHandler.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/PVE/CLIHandler.pm
b/src/PVE/CLIHandler.pm
index 21fb916da9d50e02a20b0ab44113c9a7a211208e..c2d34387ac87c4a9331d229f6064cbe1e5625498 100644
(file)
--- a/
src/PVE/CLIHandler.pm
+++ b/
src/PVE/CLIHandler.pm
@@
-8,6
+8,7
@@
use PVE::SafeSyslog;
use PVE::Exception qw(raise raise_param_exc);
use PVE::RESTHandler;
use PVE::PodParser;
+use PVE::INotify;
use base qw(PVE::RESTHandler);