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/
_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to