cctools
Deprecated List
Global chirp_reli_chown (const char *host, const char *path, INT64_T uid, INT64_T gid, time_t stoptime)
Note that the current Chirp file server does not make use of the Unix owner field, see chirp_reli_setacl instead.
Global chirp_reli_fchown (struct chirp_file *file, INT64_T uid, INT64_T gid, time_t stoptime)
Note that the current Chirp file server does not make use of the Unix owner field, see chirp_reli_setacl instead.
Global chirp_reli_lchown (const char *host, const char *path, INT64_T uid, INT64_T gid, time_t stoptime)
Note that the current Chirp file server does not make use of the Unix owner field, see chirp_reli_setacl instead.
Global work_queue_specify_estimate_capacity_on (struct work_queue *q, int estimate_capacity_on)
This feature is always enabled.
Global work_queue_specify_master_mode (struct work_queue *q, int mode)
Enabled automatically when work_queue_specify_name is used.
Global work_queue_stats::avg_capacity
Use capacity instead.
Global work_queue_stats::total_worker_slots
Use tasks_running instead.
Global work_queue_stats::workers_full
Use workers_busy insead.
Global work_queue_stats::workers_ready
Use workers_idle instead.
Global work_queue_task::time_app_delay
The time spent in upper-level application (outside of work_queue_wait).
Global work_queue_task_specify_input_buf (struct work_queue_task *t, const char *buf, int length, const char *rname)
Use work_queue_task_specify_buffer instead.
Global work_queue_task_specify_input_file (struct work_queue_task *t, const char *fname, const char *rname)
See work_queue_task_specify_file instead.
Global work_queue_task_specify_input_file_do_not_cache (struct work_queue_task *t, const char *fname, const char *rname)
See work_queue_task_specify_file instead.
Global work_queue_task_specify_output_file (struct work_queue_task *t, const char *rname, const char *fname)
See work_queue_task_specify_file instead.
Global work_queue_task_specify_output_file_do_not_cache (struct work_queue_task *t, const char *rname, const char *fname)
See work_queue_task_specify_file instead.