guile-gnome, devel: Test-suite: Update for new API forms.

2015-06-07 Thread David Pirotte
Hello, guile-gnome devel:Test-suite: Update for new API forms. Patch attached, review welcome... Happy hacking, David >From 1284630c986b1d478856ede690daf31c81fe94b8 Mon Sep 17 00:00:00 2001 From: David Pirotte Date: Sun, 7 Jun 2015 19:07:43 -0300 Subject: [PATCH 2/2]

Re: [PATCH] socket: Add AF_NETLINK support.

2015-06-07 Thread Greg Troxel
l...@gnu.org (Ludovic Courtès) writes: > One concern we discussed on IRC is precisely that it’s Linux-only, and > so far we’ve tried to avoid promoting Linux-only interfaces. > > An argument in favor of having it in libguile proper is that it cannot > be implemented outside since we need ‘make-so

Re: [PATCH] socket: Add AF_NETLINK support.

2015-06-07 Thread Ludovic Courtès
Hi! David Thompson skribis: > This is my first attempt at providing support for AF_NETLINK sockets in > Guile, based on a preliminary patch that Ludovic sent me. Netlink > sockets are supported only on Linux. The ultimate goal of this work is > to be able to create virtual ethernet devices fro