-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run without itimer support in alpine #143
base: sockperf_v2
Are you sure you want to change the base?
Changes from all commits
7e025a1
023892e
491c02a
2aafa92
bff2d35
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,8 @@ | |
#include <unistd.h> | ||
#include <stdlib.h> | ||
#include <signal.h> | ||
#include <sys/poll.h> | ||
#include <stdio.h> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here, this is another change required to build sockperf in alpine OS |
||
#include <poll.h> | ||
#include <sched.h> | ||
#include <sys/ioctl.h> | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, I see that you use
os_thread_t
in fileclient.cpp
. Why not include headeros_abstract.h
inclient.h
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is one of the changes required to properly build in alpine OS, the program was not able to find this file