CodingStyle left out of tarball. Tweak top. Leftovers?

This commit is contained in:
albert
2004-02-23 18:47:42 +00:00
parent 4ab5a6c8c3
commit cb8bd84b21
7 changed files with 44 additions and 35 deletions

View File

@@ -161,11 +161,11 @@ typedef struct PROCTAB {
proc_t*(*reader)(struct PROCTAB *restrict const, proc_t *restrict const);
int(*taskfinder)(struct PROCTAB *restrict const, const proc_t *restrict const, proc_t *restrict const, char *restrict const);
proc_t*(*taskreader)(struct PROCTAB *restrict const, const proc_t *restrict const, proc_t *restrict const, char *restrict const);
unsigned flags;
pid_t* pids; // pids of the procs
uid_t* uids; // uids of procs
int nuid; // cannot really sentinel-terminate unsigned short[]
int i; // generic
unsigned flags;
unsigned u; // generic
void * vp; // generic
char path[PROCPATHLEN]; // must hold /proc/2000222000/task/2000222000/cmdline