diff options
| author | 2026-09-07 14:30:40 -0400 | |
|---|---|---|
| committer | 2026-09-07 14:30:40 -0400 | |
| commit | 36f09a0c35657f5c7379624c8a2463aafb953bd4 (patch) | |
| tree | 7255f0cf39b2dbe680533277a5cfcf13d241453c /src/util/timer/timer.h | |
| parent | 0d8f4879eedadc6cca1cf454c3e4535359a487a7 (diff) | |
| download | libnaunet-36f09a0c35657f5c7379624c8a2463aafb953bd4.tar.gz libnaunet-36f09a0c35657f5c7379624c8a2463aafb953bd4.tar.bz2 libnaunet-36f09a0c35657f5c7379624c8a2463aafb953bd4.zip | |
Add function to query rpc clients' clock skew
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/util/timer/timer.h')
| -rw-r--r-- | src/util/timer/timer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/timer/timer.h b/src/util/timer/timer.h index cd2daf7..2a53c08 100644 --- a/src/util/timer/timer.h +++ b/src/util/timer/timer.h @@ -2,5 +2,7 @@ #include <al/types.h> +#define NNWT_TIMESTAMP_INVALID ((u64)-1) + u64 nn_get_timestamp(void); f64 nn_get_tick(void); |