Changeset 102 for branches/home
- Timestamp:
- 02/28/07 23:24:31 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/home/psmith/restructure/src/io/nio-server.lisp ΒΆ
r94 r102 167 167 (when new-fd 168 168 #+nio-debug (format-log t "nio-server:start-server - adding connection to nio thread ~A~%" new-fd) 169 (set-fd-nonblocking (async-fd-read-fd new-fd)) 169 170 (setf (gethash (async-fd-read-fd new-fd) client-hash) new-fd) 170 171 (setf (active-conn a-node) new-fd)
Note: See TracChangeset
for help on using the changeset viewer.