Changeset 29 for branches/home/psmith/restructure/src/protocol
- Timestamp:
- 01/06/07 06:08:44 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/home/psmith/restructure/src/protocol/yarpc/yarpc-state-machine.lisp ¶
r28 r29 50 50 (let ((fn-result (execute-call (sb-ext:octets-to-string (get-string foreign-read-buffer) :external-format :ascii)))) 51 51 (format t "process-read - function result: ~A~%" fn-result) 52 (nio-buffer:bytebuffer-write-string foreign-write-buffer fn-result0 :utf-8)52 (nio-buffer:bytebuffer-write-string foreign-write-buffer (write-to-string fn-result) 0 :utf-8) 53 53 (close-sm sm)))) 54 54 … … 59 59 (apply (first rpc-call-list) (rest rpc-call-list)))) 60 60 61 (defun test-rpc-list() 62 (list 3 "as" 's (code-char #x2211))) 61 63 62 (defun test-rpc (a b c)64 (defun test-rpc-string(a b c) 63 65 (format nil "response - ~A ~A ~A ~A~%" a b c (code-char #x2211)))
Note: See TracChangeset
for help on using the changeset viewer.