]> git.proxmox.com Git - pve-lxc-syscalld.git/commit - src/sys_mknod.rs
Whole bunch of async code and preparation to fork.
authorWolfgang Bumiller <w.bumiller@errno.eu>
Sun, 7 Jul 2019 16:29:18 +0000 (18:29 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Mon, 8 Jul 2019 16:55:20 +0000 (18:55 +0200)
commite420f6f97f8033ac9126fc4344023c512c288433
tree79f3411989794907b889afde52fbeb8931ec92a1
parent41ff6d289c62119e02c9cd715a29ae22ecf8809d
Whole bunch of async code and preparation to fork.

The GenericStream should not be necessary once tokio-fs is
updated to futures@0.3

tools.rs needs to be split up...

Signed-off-by: Wolfgang Bumiller <wry.git@bumiller.com>
src/client.rs [new file with mode: 0644]
src/fork.rs [new file with mode: 0644]
src/lxcseccomp.rs
src/main.rs
src/nsfd.rs [new file with mode: 0644]
src/pidfd.rs [new file with mode: 0644]
src/socket.rs
src/sys_mknod.rs [new file with mode: 0644]
src/tools.rs