Changes

Jump to navigation Jump to search
1,665 bytes added ,  13:09, 18 August 2017
no edit summary
Line 1: Line 1:  
This page brings together 3 APIs we have
 
This page brings together 3 APIs we have
    +
== Actions ==
 +
{| class="wikitable sortable"
 +
! [[Usage|CLI]]
 +
! [[RPC]]
 +
! [[C_API|C library]]
 +
! comment
 +
|-
 +
| dump || CRIU_REQ_TYPE__DUMP || criu_dump ||
 +
|-
 +
| pre-dump || CRIU_REQ_TYPE__PRE_DUMP || criu_dump_iters ||
 +
|-
 +
| restore || CRIU_REQ_TYPE__RESTORE || criu_restore, criu_restore_child ||
 +
|-
 +
| show || || || Deprecated. The [[CRIT]] tool should be used instead
 +
|-
 +
| check || CRIU_REQ_TYPE__CHECK || criu_check ||
 +
|-
 +
| cpuinfo dump || CRIU_REQ_TYPE__CPUINFO_DUMP || ||
 +
|-
 +
| cpuinfo check || CRIU_REQ_TYPE__CPUINFO_CHECK || ||
 +
|-
 +
| exec || || ||
 +
|-
 +
| page-server || CRIU_REQ_TYPE__PAGE_SERVER || ||
 +
|-
 +
| service || || ||
 +
|-
 +
| dedup || || ||
 +
|}
 +
 +
== Options ==
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
! [[Usage|CLI]]
 
! [[Usage|CLI]]
Line 14: Line 45:  
|-
 
|-
 
|"restore-detached" || || || tasks always restore detached in RPC/lib
 
|"restore-detached" || || || tasks always restore detached in RPC/lib
 +
|-
 +
|"restore-sibling"      || rst_sibling          ||                              || For [[RPC]] -- in swrk mode only
 
|-
 
|-
 
|"daemon" || || || only for page server in RPC/lib
 
|"daemon" || || || only for page server in RPC/lib
Line 33: Line 66:  
|"evasive-devices" || evasive_devices || criu_set_evasive_devices ||
 
|"evasive-devices" || evasive_devices || criu_set_evasive_devices ||
 
|-
 
|-
|"veth-pair" || veths || ||
+
|"veth-pair" || veths || criu_add_veth_pair ||
 
|-
 
|-
|"action-script" || notify_scripts || || see article about [[action scripts]]
+
|"action-script" || notify_scripts || criu_set_notify_cb || see article about [[action scripts]]
 
|-
 
|-
 
|"link-remap" || link_remap || criu_set_link_remap ||
 
|"link-remap" || link_remap || criu_set_link_remap ||
Line 53: Line 86:  
|"prev-images-dir" || parent_img || criu_set_parent_images ||
 
|"prev-images-dir" || parent_img || criu_set_parent_images ||
 
|-
 
|-
|"ms" || || ||
+
|"ms" || || || "Check" only
 +
|-
 +
|"feature"              ||                      ||                              || "Check" only
 
|-
 
|-
 
|"track-mem" || track_mem || criu_set_track_mem ||
 
|"track-mem" || track_mem || criu_set_track_mem ||
Line 65: Line 100:  
|"force-irmap" || force_irmap || criu_set_force_irmap ||
 
|"force-irmap" || force_irmap || criu_set_force_irmap ||
 
|-
 
|-
|"ext-mount-map" || ext_mnt || ||
+
|"exec-cmd" || exec_cmd || criu_set_exec_cmd ||
 +
|-
 +
|"manage-cgroups"      || manage_cgroups      || criu_set_manage_cgroups      ||
 +
|-
 +
|"cgroup-root"          || cg_root              || criu_add_cg_root            ||
 +
|-
 +
|"inherit-fd"          || inherit_fd          ||                              || For [[RPC]] -- in swrk mode only
 +
|-
 +
|"skip-mnt"            ||                      ||                             ||
 
|-
 
|-
|"exec-cmd" || exec_cmd || criu_set_exec_cmd ||
+
|"ext-mount-map" || ext_mnt/auto_ext_mnt || criu_add_ext_mount/criu_set_auto_ext_mount ||
 +
|-
 +
|"enable-fs"            ||                      ||                              ||
 +
|-
 +
|"enable-external-sharing" || ext_sharing || criu_set_ext_sharing ||
 +
|-
 +
|"enable-external-masters" || ext_masters || criu_set_ext_masters ||
 
|-
 
|-
 
|"help" || || ||
 
|"help" || || ||
Line 77: Line 126:  
|"namespaces" || || || obsoleted
 
|"namespaces" || || || obsoleted
 
|-
 
|-
|"close" || || || hidden and obsoleted
+
|"close" || || || hidden and obsoleted
 
|-
 
|-
|"contents" || || || for show
+
|"contents" || || || deprecated (for show)
 
|-
 
|-
|"file" || || || for show
+
|"file" || || || deprecated (for show)
 
|-
 
|-
|"fields" || || || for show
+
|"fields" || || || deprecated (for show)
 
|}
 
|}
 +
 +
[[Category: API]]
 +
[[Category: Outdated]]

Navigation menu