forked from eclipse-openj9/openj9
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced current socket code with omrsock API
Replace socket code for JitServer communication with omrsock API code - Replaced networking include files with omrsock omrportsocktypes.h include file - Replace all socket function calls with omrsock API calls - Replace sockaddr_in with OMRAddrInfo and use getaddrinfo - Replace all connfd with pointer to OMRSocket structure called socket. - Replace all access to connfd needed for SSL with omrsock_socket_getfd. - Replace all constants with omrsock constants. Issue: eclipse-openj9#4102 Signed-off-by: Haley Cao <haleycao88@hotmail.com>
- Loading branch information
Haley Cao
committed
Aug 27, 2020
1 parent
ab44069
commit 11ac5a3
Showing
5 changed files
with
137 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.