Skip to content

UlrichBecker/get_linux_process_id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Linux-Process IDs

Module for C/C++ to find process-id numbers of current running linux-processes.

  • Can be used to prevent multiple process instances on Linux instead of creating PID-files.
  • Similar to the shell-command "pidof".
  • Using of a callback-function for each found running process.
  • Evaluation of the whole command-line of each found process possible.
  • Useful to establish inter process communication.

Excuses my Eric Allman coding-style. ;-)

About

Module for C/C++ to find process-id numbers of current running linux-processes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published