Functions | |
| const char * | glite_channel_get_endpoint (glite_transfer_ctx *ctx) |
| Get the current endpoint used by the transfer context. | |
| glite_channel_state | glite_channel_state_parse (glite_transfer_ctx *ctx, const char *state) |
| Converts the state-string to the proper ENUM value. | |
| const char * | glite_channel_state_str (glite_channel_state state) |
| Converts the transfer-state variable to a human readable string. | |
| const char* glite_channel_get_endpoint | ( | glite_transfer_ctx * | ctx | ) |
Get the current endpoint used by the transfer context.
| ctx | The transfer context. |
| glite_channel_state glite_channel_state_parse | ( | glite_transfer_ctx * | ctx, | |
| const char * | state | |||
| ) |
Converts the state-string to the proper ENUM value.
| ctx | The transfer context. Only used for error handling. | |
| state | The state string to be converted. |
| const char* glite_channel_state_str | ( | glite_channel_state | state | ) |
Converts the transfer-state variable to a human readable string.
| state | The varible to be converted. |