On 03/09/2010 02:31 PM, Ed Swierk wrote:
On Tue, Mar 9, 2010 at 10:55 AM, Eric Blake <eblake(a)redhat.com>
wrote:
> Where is udev_device_get_syspath declared? I'm assuming it's generated,
> since 'git grep' didn't find it. The only concern I have is whether it
> sanely reacts to a NULL argument, but since I couldn't find it, I'm not
> sure. If it gracefully returns NULL on a NULL argument, then...
udev_device_get_syspath() comes from libudev:
Aha. No wonder I didn't find it in libvirt. Thanks for the clue-bat.
const char *udev_device_get_syspath(struct udev_device *udev_device)
{
if (udev_device == NULL)
return NULL;
Good - my ACK stands.
--
Eric Blake eblake(a)redhat.com +1-801-349-2682
Libvirt virtualization library
http://libvirt.org