Go to the source code of this file.
Functions | |
static void | delete_cb (void *myarg, globus_ftp_client_handle_t *handle, globus_object_t *error) |
void | ADIOI_GRIDFTP_Delete (char *filename, int *error_code) |
Variables | |
static globus_mutex_t | lock |
static globus_cond_t | cond |
static globus_bool_t | delete_done |
static globus_bool_t | delete_success |
static void delete_cb | ( | void * | myarg, | |
globus_ftp_client_handle_t * | handle, | |||
globus_object_t * | error | |||
) | [static] |
Definition at line 14 of file ad_gridftp_delete.c.
References delete_done, and delete_success.
Referenced by ADIOI_GRIDFTP_Delete().
void ADIOI_GRIDFTP_Delete | ( | char * | filename, | |
int * | error_code | |||
) |
Definition at line 28 of file ad_gridftp_delete.c.
References cond, delete_cb(), delete_done, delete_success, globus_err_handler(), handle, lock, MPI_Comm_rank, MPIO_Err_create_code(), and myname.
globus_mutex_t lock [static] |
Definition at line 11 of file ad_gridftp_delete.c.
Referenced by ADIOI_GRIDFTP_Delete(), ADIOI_GRIDFTP_Open(), CmiGetNonLocalNodeQ(), element::splitBorder(), element::splitHelp(), element::splitNeighbors(), element::splitResponse(), and touch_ctl_cb().
globus_cond_t cond [static] |
Definition at line 12 of file ad_gridftp_delete.c.
Referenced by ADIOI_GRIDFTP_Delete(), ADIOI_GRIDFTP_Open(), and touch_ctl_cb().
globus_bool_t delete_done [static] |
Definition at line 13 of file ad_gridftp_delete.c.
Referenced by ADIOI_GRIDFTP_Delete(), and delete_cb().
globus_bool_t delete_success [static] |
Definition at line 13 of file ad_gridftp_delete.c.
Referenced by ADIOI_GRIDFTP_Delete(), and delete_cb().