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_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.