]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/volatile-util.c
nspawn: split out VolatileMode definitions
authorLennart Poettering <lennart@poettering.net>
Wed, 7 Dec 2016 23:28:05 +0000 (00:28 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 20 Dec 2016 19:00:08 +0000 (20:00 +0100)
commita4c35b6b4d8457e15caa3fe18ce8050918932d00
tree317c67da81641d44a2a2b3b627833f2be07853c3
parent72d17ce680a22b958b4c074f62d9fa44bc1f54e0
nspawn: split out VolatileMode definitions

This moves the VolatileMode enum and its helper functions to src/shared/. This
is useful to then reuse them to implement systemd.volatile= in a later commit.
Makefile.am
src/nspawn/nspawn-mount.c
src/nspawn/nspawn-mount.h
src/shared/volatile-util.c [new file with mode: 0644]
src/shared/volatile-util.h [new file with mode: 0644]