summaryrefslogtreecommitdiff
path: root/src/import/export-raw.c
AgeCommit message (Collapse)Author
2015-06-15util: when creating temporary file names, allow including extra id string in itLennart Poettering
This adds a "char *extra" parameter to tempfn_xxxxxx(), tempfn_random(), tempfn_ranomd_child(). If non-NULL this string is included in the middle of the newly created file name. This is useful for being able to distuingish the kind of temporary file when we see one. This also adds tests for the three call. For now, we don't make use of this at all, but port all users over.
2015-03-09importd: add API for exporting container/VM imagesLennart Poettering
Also, expose it in machinectl.