Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/ray/util/process.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ class Process {
// will be 1 (this simulates POSIX getppid()).
pid_t GetParentPID();

// DUMMY CHANGE

Comment on lines +147 to +148
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This comment and the following blank line appear to be temporary changes for debugging. Please remove them before merging to keep the codebase clean.

pid_t GetPID();

bool IsParentProcessAlive();
Expand Down