master/foe_request.h
changeset 1349 9baba3568df4
parent 1336 e27b37e80a99
child 1363 11c0b2caa253
equal deleted inserted replaced
1348:8db0f72ace11 1349:9baba3568df4
    61     uint32_t response_timeout; /**< Maximum time in ms, the transfer is
    61     uint32_t response_timeout; /**< Maximum time in ms, the transfer is
    62                                  retried, if the slave does not respond. */
    62                                  retried, if the slave does not respond. */
    63     ec_direction_t dir; /**< Direction. EC_DIR_OUTPUT means downloading to
    63     ec_direction_t dir; /**< Direction. EC_DIR_OUTPUT means downloading to
    64                           the slave, EC_DIR_INPUT means uploading from the
    64                           the slave, EC_DIR_INPUT means uploading from the
    65                           slave. */
    65                           slave. */
    66     ec_request_state_t state; /**< FoE request state. */
    66     ec_internal_request_state_t state; /**< FoE request state. */
    67     unsigned long jiffies_start; /**< Jiffies, when the request was issued. */
    67     unsigned long jiffies_start; /**< Jiffies, when the request was issued. */
    68     unsigned long jiffies_sent; /**< Jiffies, when the upload/download
    68     unsigned long jiffies_sent; /**< Jiffies, when the upload/download
    69                                      request was sent. */
    69                                      request was sent. */
    70     uint8_t *file_name; /**< Pointer to the filename. */
    70     uint8_t *file_name; /**< Pointer to the filename. */
    71     uint32_t result; /**< FoE request abort code. Zero on success. */
    71     uint32_t result; /**< FoE request abort code. Zero on success. */