// process group ID even for processes that don't belong to us
intpid;
fscanf(f,"%d",&pid);
fclose(f);
if(getpgid(pid)>=0){
// Other process is running
printf("FATAL: Another FTL process is already running! Exiting...\n");
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.