mirror of https://gitee.com/bigwinds/arangodb
added ifdef for zeromq define
This commit is contained in:
parent
83f018e9ad
commit
2884125e09
|
@ -93,6 +93,9 @@ namespace triagens {
|
|||
|
||||
enum status_e {
|
||||
JOB_DONE,
|
||||
#ifdef TRI_ENABLE_ZEROMQ
|
||||
JOB_DONE_ZEROMQ,
|
||||
#endif
|
||||
JOB_DETACH,
|
||||
JOB_REQUEUE,
|
||||
JOB_FAILED
|
||||
|
|
Loading…
Reference in New Issue