-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor addCgroupEntry, readCgroupFile and fix couple of issues
List of changes done: 1. Updated addCgroupEntry() to avoid using PPG_cgroupSubsystemsAvailable - Updated readCgroupFile() to compute available subsystems - Add check for PPG_cgroupEntryList before calling readCgroupFile() - Added comment to explain reason for using global variable attachedPortLibraries - Macros of type J9_ARE_*_BITS_SET have been replaced by OMR_ARE_*_BITS_SET - Moved declaration of variable 'rc' such that it is declared only for LINUX platform. Signed-off-by: Ashutosh Mehra <asmehra1@in.ibm.com>
- Loading branch information
Ashutosh Mehra
committed
Nov 20, 2017
1 parent
b36ee18
commit beb1470
Showing
3 changed files
with
52 additions
and
41 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