cctools
Deprecated List
globalScope> 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.
Parameters
hostThe name and port of the Chirp server to access.
pathThe pathname of the file to access.
uidThe new user ID.
gidThe new group ID.
stoptimeThe absolute time at which to abort.
See also
chirp_reli_fchown, chirp_reli_setacl, chirp_reli_getacl
globalScope> 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.
Parameters
fileA chirp_file handle returned by chirp_reli_open.
uidThe new user ID.
gidThe new group ID.
stoptimeThe absolute time at which to abort.
See also
chirp_reli_chown, chirp_reli_setacl, chirp_reli_getacl
globalScope> 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.
Parameters
hostThe name and port of the Chirp server to access.
pathThe pathname of the file to access.
uidThe new user ID.
gidThe new group ID.
stoptimeThe absolute time at which to abort.
See also
chirp_reli_fchown, chirp_reli_setacl, chirp_reli_getacl
globalScope> 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.
globalScope> 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.
globalScope> 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.
globalScope> 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.
globalScope> 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.