..
This commit is contained in:
parent
52422cebf0
commit
fb9288ef58
1 changed files with 2 additions and 2 deletions
|
@ -775,7 +775,7 @@ int main(int argc, const char* argv[])
|
|||
if (event->data.fd == timerHandle1)
|
||||
{
|
||||
uint64_t information;
|
||||
read(timerHandle, &information, sizeof(information));
|
||||
read(timerHandle1, &information, sizeof(information));
|
||||
|
||||
clock_gettime(CLOCK_MONOTONIC, &now);
|
||||
#endif
|
||||
|
@ -815,7 +815,7 @@ int main(int argc, const char* argv[])
|
|||
if (event->data.fd == timerHandle2)
|
||||
{
|
||||
uint64_t information;
|
||||
read(timerHandle, &information, sizeof(information));
|
||||
read(timerHandle2, &information, sizeof(information));
|
||||
#endif
|
||||
#ifdef __MACH__
|
||||
if ((event->ident == 2) &&
|
||||
|
|
Loading…
Add table
Reference in a new issue