Subject: Re: qtopia
To: Jason Thorpe <thorpej@shagadelic.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 06/06/2006 18:05:30
On Jun 6,  2:29pm, thorpej@shagadelic.org (Jason Thorpe) wrote:
-- Subject: Re: qtopia

| 
| On Jun 6, 2006, at 12:55 PM, Christos Zoulas wrote:
| 
| > shouldn't the pointer be const void *?
| 
| No, because the externalized version of the plist is a C string.  I  
| guess it could be const void * for some future time when we have  
| binary plists.

Yes, this is what I meant. You just need a buffer and a size; you
should be passing that buffer to the internalize function. Maybe
add a version/encoding-type fields for good measure so that we
won't have to version the ioctl...

christos