Searched defs:version (Results 1 - 3 of 3) sorted by relevance

/lxc/src/lxc/
H A Dseccomp.c12 * version 2.1 of the License, or (at your option) any later version.
631 * The first line of the config file has a policy language version
634 * right now version must be '1'
641 int ret, version; local
643 ret = fscanf(f, "%d\n", &version);
644 if (ret != 1 || (version != 1 && version != 2)) {
645 ERROR("Invalid version.");
652 if (version
[all...]
H A Dcriu.c12 * version 2.1 of the License, or (at your option) any later version.
90 /* The detected version of criu */
499 /* Since criu version 2.8 the usage of --veth-pair
608 * Check to see if the criu version is recent enough for all the features we
609 * use. This version allows either CRIU_VERSION or (CRIU_GITID_VERSION and
611 * things potentially before a version is released with a particular feature.
616 * Note: If version != NULL criu_version() stores the detected criu version in
617 * version
619 criu_version_ok(char **version) argument
[all...]
/lxc/src/python-lxc/lxc/
H A D__init__.py13 # version 2.1 of the License, or (at your option) any later version.
33 version = _lxc.get_version() variable

Completed in 12 milliseconds