diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-14 13:00:55 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-14 13:00:55 -0800 |
| commit | f4ce5a285167e7656037096f77f04ab80a010453 (patch) | |
| tree | 48a9746e154872e4a01c9dee465aed716af278be /src/core/clock.h | |
| parent | b639e4d3643b8245b77bc8707a3a864221fad195 (diff) | |
| download | nng-f4ce5a285167e7656037096f77f04ab80a010453.tar.gz nng-f4ce5a285167e7656037096f77f04ab80a010453.tar.bz2 nng-f4ce5a285167e7656037096f77f04ab80a010453.zip | |
Windows TCP now working.
There are lots of changes here, mostly stuff we did in support of
Windows TCP. However, there are some bugs that were fixed, and we
added some new error codes, and generalized the handling of some failures
during accept. Windows IPC (NamedPipes) is still missing.
Diffstat (limited to 'src/core/clock.h')
| -rw-r--r-- | src/core/clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/clock.h b/src/core/clock.h index c46adfbe..3b607322 100644 --- a/src/core/clock.h +++ b/src/core/clock.h @@ -16,4 +16,4 @@ extern nni_time nni_clock(void); extern void nni_usleep(nni_duration usec); -#endif // CORE_CLOCK_H
\ No newline at end of file +#endif // CORE_CLOCK_H |
