[nio-cvs] r15 - in branches/home/psmith/restructure: . src src/event src/io

psmith at common-lisp.net psmith at common-lisp.net
Thu Dec 28 00:28:38 UTC 2006


Author: psmith
Date: Wed Dec 27 19:28:37 2006
New Revision: 15

Added:
   branches/home/psmith/restructure/src/event/
   branches/home/psmith/restructure/src/event/epoll-cffi.lisp
      - copied unchanged from r13, branches/home/psmith/restructure/src/epoll-cffi.lisp
   branches/home/psmith/restructure/src/event/epoll.lisp
      - copied unchanged from r13, branches/home/psmith/restructure/src/epoll.lisp
   branches/home/psmith/restructure/src/event/event-notification.asd
      - copied unchanged from r13, branches/home/psmith/restructure/event-notification.asd
   branches/home/psmith/restructure/src/event/event-notification.lisp
      - copied unchanged from r13, branches/home/psmith/restructure/src/event-notification.lisp
   branches/home/psmith/restructure/src/event/kqueue-cffi.lisp
      - copied unchanged from r13, branches/home/psmith/restructure/src/kqueue-cffi.lisp
   branches/home/psmith/restructure/src/event/kqueue.lisp
      - copied unchanged from r13, branches/home/psmith/restructure/src/kqueue.lisp
   branches/home/psmith/restructure/src/io/async-fd.lisp
      - copied unchanged from r14, branches/home/psmith/restructure/src/async-fd.lisp
   branches/home/psmith/restructure/src/io/async-socket.lisp
      - copied unchanged from r14, branches/home/psmith/restructure/src/async-socket.lisp
   branches/home/psmith/restructure/src/io/fd-helper.lisp
      - copied unchanged from r14, branches/home/psmith/restructure/src/fd-helper.lisp
   branches/home/psmith/restructure/src/io/nio.asd
      - copied unchanged from r14, branches/home/psmith/restructure/nio.asd
   branches/home/psmith/restructure/src/io/nio.lisp
      - copied unchanged from r14, branches/home/psmith/restructure/src/nio.lisp
Removed:
   branches/home/psmith/restructure/event-notification.asd
   branches/home/psmith/restructure/nio.asd
   branches/home/psmith/restructure/packets.asd
   branches/home/psmith/restructure/src/async-fd.lisp
   branches/home/psmith/restructure/src/async-socket.lisp
   branches/home/psmith/restructure/src/epoll-cffi.lisp
   branches/home/psmith/restructure/src/epoll.lisp
   branches/home/psmith/restructure/src/event-notification.lisp
   branches/home/psmith/restructure/src/fd-helper.lisp
   branches/home/psmith/restructure/src/kqueue-cffi.lisp
   branches/home/psmith/restructure/src/kqueue.lisp
   branches/home/psmith/restructure/src/nio.lisp
   branches/home/psmith/restructure/src/packets.lisp
Modified:
   branches/home/psmith/restructure/src/packet.lisp
Log:
Removed packets package and put in nio



Modified: branches/home/psmith/restructure/src/packet.lisp
==============================================================================
--- branches/home/psmith/restructure/src/packet.lisp	(original)
+++ branches/home/psmith/restructure/src/packet.lisp	Wed Dec 27 19:28:37 2006
@@ -24,7 +24,7 @@
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 |#
-(in-package :packets)
+(in-package :nio)
 
 ;; state-machines instantiate packets for the associated protocol 
 ;; either based on incomming data from a packet factory or in 



More information about the Nio-cvs mailing list