#include <stdlib.h>
#include <uuid/uuid.h>
#include <glib.h>
Defines |
|
#define | GFALT_DEFAULT_TRANSFERT_TIMEOUT 60 |
|
#define | GFALT_DEFAULT_NB_STREAM 5 |
Typedefs |
|
typedef struct _gfalt_params_t * | gfalt_params_t |
| | container for transfer related parameters
|
|
typedef gpointer | gfalt_transfer_status_t |
| | internal status of a copy file action
|
| typedef void(* | gfalt_monitor_func )(gfalt_transfer_status_t h, const char *src, const char *dst, gpointer user_data) |
| | copy gfalt_monitor_transfer This function is called callback_mperiod milli-seconds in order to provide informations and a control on the tranfers.
|
Detailed Description
Typedef Documentation
copy gfalt_monitor_transfer This function is called callback_mperiod milli-seconds in order to provide informations and a control on the tranfers.
- Parameters:
-
| src | : URL of the source file |
| dst | : URL of the dest file |
| user_data | : external pointer provided before |