Task #5208
openFunction prototypes
0%
Description
- sg_storage_size_t MSG_storage_move_file()
- msg_error_t MSG_storage_move_close()
- msg_error_t MSG_storage_move_unlink()
- msg_error_t MSG_storage_move_rename()
Notes:
(11:21:34) Frederic SUTER: typedef enum {
MSG_OK = 0, /**< @brief Everything is right. Keep on going this way ! /
MSG_TIMEOUT = 1, /*< @brief nothing good happened before the timer you provided elapsed /
MSG_TRANSFER_FAILURE = 2, /*< @brief There has been a problem during you task
transfer. Either the network is down or the remote host has been
shutdown. /
MSG_HOST_FAILURE = 4, /*< @brief System shutdown. The host on which you are
running has just been rebooted. Free your datastructures and
return now !*/
MSG_TASK_CANCELED = 8 /**< @brief Canceled task. This task has been canceled by somebody!*/
} msg_error_t;
(11:21:58) Frederic SUTER: on pourra ensuite l'étendre pour avoir un MSG_STORAGE_FAILURE par exemple
No data to display