mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Update P_TOTAL_STOP commentary.
This commit is contained in:
parent
3077f938b4
commit
7440be2dcb
1 changed files with 1 additions and 1 deletions
|
|
@ -660,7 +660,7 @@ struct proc {
|
|||
#define P_SINGLE_BOUNDARY 0x400000 /* Threads should suspend at user boundary. */
|
||||
#define P_HWPMC 0x800000 /* Process is using HWPMCs */
|
||||
#define P_JAILED 0x1000000 /* Process is in jail. */
|
||||
#define P_TOTAL_STOP 0x2000000 /* Stopped in proc_stop_total. */
|
||||
#define P_TOTAL_STOP 0x2000000 /* Stopped in stop_all_proc. */
|
||||
#define P_INEXEC 0x4000000 /* Process is in execve(). */
|
||||
#define P_STATCHILD 0x8000000 /* Child process stopped or exited. */
|
||||
#define P_INMEM 0x10000000 /* Loaded into memory. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue