/*
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*
* Licensed under the Academic Free License version 2.1
*/
#pragma ident "%Z%%M% %I% %E% SMI"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <libhal.h>
#include <logger.h>
#include <glib.h>
#include "network-discovery.h"
/*
* The interfaces in this file comprise a means of keeping track of devices
* that we have already seen and those that have gone missing. This allows
* us to quickly determine if we need to probe the device and quickly search
* for devices that are no longer available.
*/
typedef struct {
static gboolean
{
int num = 0;
"network_device.address", name,
int i;
for (i = 0; i < num; i++) {
}
}
if (dbus_error_is_set(&error))
}
return (result);
}
void
{
}
}
{
char *key;
}
return (result);
}