master/globals.h
changeset 858 69122084d066
parent 847 92266462d411
child 861 6e3de145421a
equal deleted inserted replaced
857:7874c884dc2b 858:69122084d066
   189     const char *message; /**< Message belonging to \a code. */
   189     const char *message; /**< Message belonging to \a code. */
   190 } ec_code_msg_t;
   190 } ec_code_msg_t;
   191 
   191 
   192 /*****************************************************************************/
   192 /*****************************************************************************/
   193 
   193 
   194 /** Master request state.
       
   195  */
       
   196 typedef enum {
       
   197     EC_REQUEST_QUEUED,
       
   198     EC_REQUEST_IN_PROGRESS,
       
   199     EC_REQUEST_COMPLETE,
       
   200     EC_REQUEST_FAILURE
       
   201 } ec_request_state_t;
       
   202 
       
   203 /*****************************************************************************/
       
   204 
       
   205 /** Origin type.
   194 /** Origin type.
   206  */
   195  */
   207 typedef enum {
   196 typedef enum {
   208     EC_ORIG_INTERNAL, /**< Internal. */
   197     EC_ORIG_INTERNAL, /**< Internal. */
   209     EC_ORIG_EXTERNAL /**< External. */
   198     EC_ORIG_EXTERNAL /**< External. */