diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/options.h b/src/core/options.h index 6df05805..41d10365 100644 --- a/src/core/options.h +++ b/src/core/options.h @@ -255,6 +255,7 @@ extern int nni_chkopt( NNI_LEGACY_DEFTYPEDSET(base, int, int) \ NNI_LEGACY_DEFTYPEDSET(base, bool, bool) \ NNI_LEGACY_DEFTYPEDSET(base, size, size_t) \ + NNI_LEGACY_DEFTYPEDSET(base, uint64, uint64_t) \ NNI_LEGACY_DEFTYPEDSET(base, ms, nng_duration) \ NNI_LEGACY_DEFTYPEDSET(base, ptr, void*) \ NNI_LEGACY_DEFSTRINGSET(base) \ |
