diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2023-11-16 20:31:52 +0100 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2023-11-17 11:27:03 +0100 | 
| commit | c0568d4f9e2b9319666562b0192f622b15371f6c (patch) | |
| tree | 97b9b73fd372b2964f6bbc1322f3bbd21c8b9961 /mgmtd/mgmt_txn.h | |
| parent | c599ed56fc4c3f8ba16f8dd81bcee5896cea5dc7 (diff) | |
lib, mgmtd: move common header to lib
The common header included from lib and other daemons should be located
in lib, not in mgmt directory.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'mgmtd/mgmt_txn.h')
| -rw-r--r-- | mgmtd/mgmt_txn.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/mgmtd/mgmt_txn.h b/mgmtd/mgmt_txn.h index 8ca7e70cab..982ab7c333 100644 --- a/mgmtd/mgmt_txn.h +++ b/mgmtd/mgmt_txn.h @@ -26,6 +26,8 @@  #define MGMTD_TXN_CLEANUP_DELAY_MSEC 100  #define MGMTD_TXN_CLEANUP_DELAY_USEC 10 +#define MGMTD_TXN_ID_NONE 0 +  /*   * The following definition enables local validation of config   * on the MGMTD process by loading client-defined NB callbacks  | 
