aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-08-29 21:45:42 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-08-29 21:45:42 +0000
commit1679a62c2cd2cdfed10a0f699cbc29e123dcb4e2 (patch)
treeca69a633bcba73f025da8a51c32f4944fd44e3a4 /src/include
parentc548d06d3857295b72c1f993d15480a21935a9a7 (diff)
downloadtipidee-1679a62c2cd2cdfed10a0f699cbc29e123dcb4e2.tar.gz
Add realtime and norealtime options, cork/uncork responses
Diffstat (limited to 'src/include')
-rw-r--r--src/include/tipidee/resattr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/tipidee/resattr.h b/src/include/tipidee/resattr.h
index da4fbc7..c5f01af 100644
--- a/src/include/tipidee/resattr.h
+++ b/src/include/tipidee/resattr.h
@@ -11,8 +11,9 @@
#define TIPIDEE_RA_FLAG_NPH 0x0002
#define TIPIDEE_RA_FLAG_BA 0x0004
#define TIPIDEE_RA_FLAG_AUTOCHUNK 0x0008
+#define TIPIDEE_RA_FLAG_REALTIME 0x0010
-#define TIPIDEE_RA_BITS 4
+#define TIPIDEE_RA_BITS 5
typedef struct tipidee_resattr_s tipidee_resattr, *tipidee_resattr_ref ;
struct tipidee_resattr_s