Re: dnsmasq



Alexander Sack wrote:
Hi,

some initial comments:

Hi again,
   any further comments on the updated patch?

On Sat, Sep 06, 2008 at 04:47:33AM -0700, Howard Chu wrote:
+static gboolean
+dnsmasq_update(NMNamedManager *mgr)
+{
+	NMNamedManagerPrivate *priv;
+	GSList *iter;
+	DBusMessage *msg;
+	const char *domain;

+	priv = NM_NAMED_MANAGER_GET_PRIVATE (mgr);
+
+	msg = dbus_message_new_method_call(
+		"uk.org.thekelleys.dnsmasq",
+		"/uk/org/thekelleys/dnsmasq",
+		"uk.org.thekelleys.dnsmasq",
+		"SetServers");
+	for (iter = priv->configs; iter; iter = g_slist_next (iter)) {

--
  -- Howard Chu
  CTO, Symas Corp.           http://www.symas.com
  Director, Highland Sun     http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP  http://www.openldap.org/project/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]