Avoid a compilation warning on macOS in scheduler_ev_add()
commite77ece3b31e9e16d576f28e6f19b3c74599b2b1c
authorteor <teor2345@gmail.com>
Tue, 19 Sep 2017 06:32:47 +0000 (19 16:32 +1000)
committerteor <teor2345@gmail.com>
Tue, 19 Sep 2017 06:32:47 +0000 (19 16:32 +1000)
tree487316df5db5b1419e69c169e89841c73297c854
parent6afc924d7e719599a9ad332a102ca1122c82faef
Avoid a compilation warning on macOS in scheduler_ev_add()

This warning is caused by a different tv_usec data type on macOS
compared to the system on which the patch was developed.

Fixes 23575 on 0.3.2.1-alpha.
changes/bug23575 [new file with mode: 0644]
src/or/scheduler.c