From 1516a814c11587dbe49cad9da3f097e8acac7591 Mon Sep 17 00:00:00 2001
From: Vladimir Sedach <vsedach@gmail.com>
Date: Mon, 16 Nov 2009 02:50:42 -0500
Subject: [PATCH 3/5] Exported the monitor/update/harvest etc. operations on the multiplexer
 object.

---
 src/multiplex/pkgdcl.lisp |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/multiplex/pkgdcl.lisp b/src/multiplex/pkgdcl.lisp
index 6004374..95023db 100644
--- a/src/multiplex/pkgdcl.lisp
+++ b/src/multiplex/pkgdcl.lisp
@@ -18,6 +18,13 @@
    #+bsd #:kqueue-multiplexer
    #+linux #:epoll-multiplexer
 
+   ;; Multiplexor operations
+   #:close-multiplexer
+   #:monitor-fd
+   #:update-fd
+   #:unmonitor-fd
+   #:harvest-events
+
    ;; Event-base Operations
    #:*available-multiplexers*
    #:*default-multiplexer*
-- 
1.6.3.3

