]> git.ipfire.org Git - thirdparty/lxc.git/commit
store criu version 1073/head
authorChristian Brauner <christian.brauner@mailbox.org>
Tue, 5 Jul 2016 14:52:21 +0000 (16:52 +0200)
committerChristian Brauner <christian.brauner@mailbox.org>
Wed, 6 Jul 2016 14:07:34 +0000 (16:07 +0200)
commit5407e2abae1471519d0a6c1ebbf6eb50760ae4ed
treed8d1fdecc171c96ffb9545d56abe175547ab2509
parenta715a9bcb256676e2ce498c28e3d551732fd9815
store criu version

- If version != NULL criu_version_ok() stores the detected criu version in
  version. Allocates memory for version which must be freed by caller.
- If version == NULL criu_version_ok() will return true when the version
  matches, false in all other cases.

Signed-off-by: Christian Brauner <cbrauner@suse.de>
src/lxc/criu.c