Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
R3ABM Artem
DigestPlay
Commits
755d95ab
Commit
755d95ab
authored
May 26, 2017
by
Artem Prilutskiy
Browse files
..
parent
301eebaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
DigestPlay.c
View file @
755d95ab
...
...
@@ -167,7 +167,7 @@ int main(int argc, char* argv[])
interval
.
it_value
.
tv_sec
=
interval
.
it_interval
.
tv_sec
;
interval
.
it_value
.
tv_nsec
=
interval
.
it_interval
.
tv_nsec
;
handle
=
timerfd_create
(
CLOCK_MONOTONIC
,
0
);
timerfd_settime
(
handle
,
0
,
&
interval
,
NULL
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment