Re: [Queue-developers] queued.c source code question
Brought to you by:
wkrebs
From: W. G. K. <wer...@ya...> - 2000-07-27 01:43:20
|
The pids of the jobs are stored in "pid" in the "struct job" structure. You can 'grep' the source code for where this structure is used. Hope this helps. Monica Lau wrote: > Hi, > > I am using Queue version 1.12.9. In the queued.c source code, it keeps > track of the pid of the forked off queue daemons. However, does it keep > track of the pid of the actual job that it is running? I am having > trouble finding this actual job pid in the code. For example, I > want to run "xclock." The parent queue daemon forks off a child queue > daemon, and this child queue daemon is in turn the parent of the xclock > process. I want to know the pid of this xclock process. Does anyone know > where this pid is kept in the code? > > Thanks, > Monica > > > _______________________________________________ > Queue-developers mailing list > Que...@li... > http://lists.sourceforge.net/mailman/listinfo/queue-developers |