2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>
* pinfo.h (pinfo::set_acl): Declare. * pinfo.cc (pinfo_fixup_after_fork): Duplicate with no rights. (pinfo::set_acl): New. * spawn.cc (spawn_guts): Call myself.set_acl.
This commit is contained in:
@ -176,6 +176,7 @@ public:
|
||||
}
|
||||
#endif
|
||||
HANDLE shared_handle () {return h;}
|
||||
void set_acl();
|
||||
};
|
||||
|
||||
#define ISSTATE(p, f) (!!((p)->process_state & f))
|
||||
|
Reference in New Issue
Block a user