Deleted Added
full compact
26c26
< * $FreeBSD: projects/jailconf/usr.sbin/jail/jailp.h 214783 2010-11-04 17:01:21Z jamie $
---
> * $FreeBSD: projects/jailconf/usr.sbin/jail/jailp.h 216367 2010-12-10 23:57:55Z jamie $
66,67c66
< #define JF_RUNQ 0x1000 /* Jail was in the run qeueue */
< #define JF_BACKGROUND 0x2000 /* Command was run in the background */
---
> #define JF_SLEEPQ 0x2000 /* Waiting on a command and/or timeout */
191,192c190,191
< extern int run_command(struct cfjail *j, int *plimit, enum intparam comparam);
< extern int finish_command(struct cfjail *j, int *plimit);
---
> extern int run_command(struct cfjail *j, enum intparam comparam);
> extern int finish_command(struct cfjail *j);
194d192
< extern int term_procs(struct cfjail *j);
223c221
< extern struct cfjails waiting;
---
> extern struct cfjails depend;
224a223
> extern int paralimit;