From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chaos Eternal Newsgroups: gmane.lisp.guile.devel Subject: inotify ffi Date: Wed, 12 Nov 2014 01:55:21 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1415728551 16819 80.91.229.3 (11 Nov 2014 17:55:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Nov 2014 17:55:51 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Nov 11 18:55:46 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XoFfN-0004v9-QT for guile-devel@m.gmane.org; Tue, 11 Nov 2014 18:55:45 +0100 Original-Received: from localhost ([::1]:50076 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoFfN-0006o8-D6 for guile-devel@m.gmane.org; Tue, 11 Nov 2014 12:55:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoFf7-0006o0-G9 for guile-devel@gnu.org; Tue, 11 Nov 2014 12:55:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoFf1-0003NI-Vs for guile-devel@gnu.org; Tue, 11 Nov 2014 12:55:29 -0500 Original-Received: from mail-ie0-f174.google.com ([209.85.223.174]:38830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoFf1-0003N2-SP for guile-devel@gnu.org; Tue, 11 Nov 2014 12:55:23 -0500 Original-Received: by mail-ie0-f174.google.com with SMTP id x19so11947325ier.19 for ; Tue, 11 Nov 2014 09:55:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=D7p5eDTnodkVmwUhsyQ8aFzLuLp/BtZINb9dJX9X3Iw=; b=SW4eHcDsHEMxkThFntQEYMhR0vTaJZqtb/3YEk1AaS28YBWD9f92rNAMD/gGLO15HQ oxa44+z80dmtBJhe4d9VT/JV45WD/TvpEL9Ib7iGx9JVJ+KDpZNLRMCtLPI9jXoXwv95 txffleKEXClWJi8qD/svb2C0ioEhcUguXGorqgQL29ZRJ7k/tgYvI0rJZb02V8fF5HAK 28Mqp5e8Jwi/itjZ6mkJcwxY4VfQ4MbnFpWVl8Rno+KpMZaK3K3bclbW6TjqwtbfoWp/ +6PnK9U0UiwTTFT1SLQh9VAfm2XGY+Dt1gJuX8PPhT4xKr0o+beDy1E7ccohuY5V6Zua im1w== X-Gm-Message-State: ALoCoQnIwwrdqOg/5qn4Kv6IZwxkeYlrHBfLah6hdHro4VN+jrYlcd2oAKvyArWpbE1kwwNahTNO X-Received: by 10.50.33.70 with SMTP id p6mr33682621igi.33.1415728521699; Tue, 11 Nov 2014 09:55:21 -0800 (PST) Original-Received: by 10.64.102.40 with HTTP; Tue, 11 Nov 2014 09:55:21 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.223.174 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17599 Archived-At: i wrote a FFI to inotify system call. https://github.com/ChaosEternal/guile-inotify2 procedures: * inotify-init * inotify-init1 * inotify-add-watch * inotify-rm-watch * inotify-read-port the errno handle is unreliable, use with caution. License: LGPL v3