Difference between revisions of "API compliance"
Jump to navigation
Jump to search
Line 65: | Line 65: | ||
|"force-irmap" || force_irmap || criu_set_force_irmap || | |"force-irmap" || force_irmap || criu_set_force_irmap || | ||
|- | |- | ||
− | |"ext-mount-map" || ext_mnt || | + | |"ext-mount-map" || ext_mnt || criu_add_ext_mount || |
|- | |- | ||
|"exec-cmd" || exec_cmd || criu_set_exec_cmd || | |"exec-cmd" || exec_cmd || criu_set_exec_cmd || | ||
Line 77: | Line 77: | ||
|"namespaces" || || || obsoleted | |"namespaces" || || || obsoleted | ||
|- | |- | ||
− | |"close" | + | |"close" || || || hidden and obsoleted |
|- | |- | ||
|"contents" || || || for show | |"contents" || || || for show |
Revision as of 13:33, 25 June 2014
This page brings together 3 APIs we have
CLI | RPC | C library | comment |
---|---|---|---|
"tree" | pid | criu_set_pid | |
"leave-stopped" | |||
"leave-running" | leave_running | criu_set_leave_running | |
"restore-detached" | tasks always restore detached in RPC/lib | ||
"daemon" | only for page server in RPC/lib | ||
"images-dir" | images_dir_fd | criu_set_images_dir_fd | |
"work-dir" | work_dir_fd | criu_set_work_dir_fd | |
"log-file" | log_file | criu_set_log_file | |
"root" | root | criu_set_root | |
"ext-unix-sk" | ext_unix_sk | criu_set_ext_unix_sk | |
"tcp-established" | tcp_established | criu_set_tcp_established | |
"log-pid" | |||
"evasive-devices" | evasive_devices | criu_set_evasive_devices | |
"veth-pair" | veths | ||
"action-script" | notify_scripts | see article about action scripts | |
"link-remap" | link_remap | criu_set_link_remap | |
"shell-job" | shell_job | criu_set_shell_job | |
"file-locks" | file_locks | criu_set_file_locks | |
"page-server" | ps | ||
"address" | ps.address | ||
"port" | ps.port | ||
"pidfile" | ps.pid | page-server pid returned for RPC | |
"prev-images-dir" | parent_img | criu_set_parent_images | |
"ms" | |||
"track-mem" | track_mem | criu_set_track_mem | |
"auto-dedup" | auto_dedup | criu_set_auto_dedup | |
"libdir" | not clear how to do it in RPC | ||
"cpu-cap" | cpu_cap | criu_set_cpu_cap | |
"force-irmap" | force_irmap | criu_set_force_irmap | |
"ext-mount-map" | ext_mnt | criu_add_ext_mount | |
"exec-cmd" | exec_cmd | criu_set_exec_cmd | |
"help" | |||
"version" | |||
"pid" | obsoleted | ||
"namespaces" | obsoleted | ||
"close" | hidden and obsoleted | ||
"contents" | for show | ||
"file" | for show | ||
"fields" | for show |