Skip to content
Snippets Groups Projects
Commit 85581eef authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Expose 'handle' as well as 'id' on LLProcess objects.

On Posix, these and the corresponding getProcessID()/getProcessHandle()
accessors produce the same pid_t value; but on Windows, it's useful to
distinguish an int-like 'id' useful to human log readers versus an opaque
'handle' for passing to platform-specific API functions. So make the
distinction in a platform-independent way.
parent 803acbc5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment