]> git.proxmox.com Git - pve-container.git/commit
Add module for reading state changes from monitor socket
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 8 Sep 2020 11:58:42 +0000 (13:58 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 9 Sep 2020 18:54:57 +0000 (20:54 +0200)
commit8667164dcdaf6acb623be1b8338f0892c1c7f39f
treec73f7ae9e7e29ec383f12521f0856d81a48aeee2
parentc835ec7bb974b5d1f56512f4b17cb3db409a8bcb
Add module for reading state changes from monitor socket

Will be used to monitor state changes on container startup.

Co-developed-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/LXC/Makefile
src/PVE/LXC/Monitor.pm [new file with mode: 0644]