Re: TASK_BASIC_INFO question
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Wed, 17 Jan 2007, Steve Thompson wrote: [...] count = TASK_BASIC_INFO_COUNT; task_info (task, TASK_BASIC_INFO, (task_info_t) &tinf, &count); [...] -s ---------------------------------------------------------------------------- Steve Thompson E-mail: smt@nospam.vgersoft.com Voyager Software LLC Web: http://www.vgersoft.com 39 Smugglers Path VSW Support: support@nospam.vgersoft.com Ithaca, NY 14850 "186,300 miles per second: it's not just a good idea, it's the law" ---------------------------------------------------------------------------- _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Well, I must have been asleep or something when I posted that utter rubbish. That problem is solved. However, it appears that unless one enables the /dev/kmem interface and uses kvm_read(), there is no supported API for an application (running as root) to obtain the resources used by terminated children of an arbitrary pid. This is a critical functionality for my application, so hopefully this will be fixed before /dev/kmem support goes away for good, otherwise I will not be able to continue to support OS X. This email sent to site_archiver@lists.apple.com
participants (1)
-
Steve Thompson