diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-23 02:08:40 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-23 02:08:40 -0800 |
| commit | 229d4c7decb71fd607aaec14ecbae81e380cc700 (patch) | |
| tree | f35cef9f46113d86a6b33d04c188bbdb948cf150 /src/core/defs.h | |
| parent | 471a454900ab6142e5a3c1f53866996172d2aad4 (diff) | |
| download | nng-229d4c7decb71fd607aaec14ecbae81e380cc700.tar.gz nng-229d4c7decb71fd607aaec14ecbae81e380cc700.tar.bz2 nng-229d4c7decb71fd607aaec14ecbae81e380cc700.zip | |
Uncrustify fixes.
Diffstat (limited to 'src/core/defs.h')
| -rw-r--r-- | src/core/defs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/defs.h b/src/core/defs.h index a37377f7..478bb464 100644 --- a/src/core/defs.h +++ b/src/core/defs.h @@ -34,9 +34,9 @@ typedef struct nni_pipe_ops nni_pipe_ops; typedef struct nni_protocol nni_protocol; -typedef int nni_signal; // Used as a turnstile/wakeup channel. -typedef uint64_t nni_time; // An absolute time in microseconds. -typedef int nni_duration; // A relative time in microseconds. +typedef int nni_signal; // Turnstile/wakeup channel. +typedef uint64_t nni_time; // Absolute time (usec). +typedef int nni_duration; // Relative time (usec). // Some default timing things. #define NNI_TIME_NEVER ((nni_time) 0xffffffffull) |
