diff options
Diffstat (limited to 'zebra/zebra_nhg.h')
| -rw-r--r-- | zebra/zebra_nhg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/zebra/zebra_nhg.h b/zebra/zebra_nhg.h index eb9173457c..812d9a1a90 100644 --- a/zebra/zebra_nhg.h +++ b/zebra/zebra_nhg.h @@ -125,9 +125,10 @@ enum nhg_ctx_op_e { NHG_CTX_OP_DEL, }; -enum nhg_ctx_result { +enum nhg_ctx_status { NHG_CTX_NONE = 0, NHG_CTX_QUEUED, + NHG_CTX_REQUEUED, NHG_CTX_SUCCESS, NHG_CTX_FAILURE, }; @@ -159,7 +160,7 @@ struct nhg_ctx { } u; enum nhg_ctx_op_e op; - enum nhg_ctx_result status; + enum nhg_ctx_status status; }; |
