1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-02 21:51:50 +02:00

nix-worker: put the pid of the caller in argv[1]

This is useful for debugging.
This commit is contained in:
Eelco Dolstra 2012-03-05 19:19:29 +01:00
parent 2b4964f319
commit 1d487dc6a6
3 changed files with 25 additions and 2 deletions

View file

@ -56,6 +56,8 @@ struct RemoveTempRoots
/* Exit code of the program. */
extern int exitCode;
extern char * * argvSaved;
}