changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/ffi/ublk/aio.lisp

revision 687: c2f4e7ee921b
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/lisp/ffi/ublk/aio.lisp	Mon Sep 30 22:27:12 2024 -0400
     1.3@@ -0,0 +1,12 @@
     1.4+;;; aio.lisp --- Ublksrv from non-ublksrv context
     1.5+
     1.6+;; 
     1.7+
     1.8+;;; Code:
     1.9+(in-package :ublk)
    1.10+
    1.11+(define-alien-type ublksrv-aio-ctx
    1.12+  (struct ublksrv-aio-ctx))
    1.13+
    1.14+(define-alien-type ublksrv-aio
    1.15+  (struct ublksrv-aio))