[File] [PATCH] dyadic: add session layout file

Silas Poulson silas at dyalog.com
Fri May 8 10:25:24 EDT 2026


Hi,

Dyalog v21.0 will be using a new separate session layout file to save
various configuration options. Add detection for this file format.

We've extended the magic file bundled with the installation.

Thanks,
Silas

>From f76ed59e995439a50b66bb79c51d8ce9fe2bb910 Mon Sep 17 00:00:00 2001
From: bear8642 <silas at dyalog.com>
Date: Fri, 8 May 2026 10:24:28 +0100
Subject: [PATCH] dyadic: add session layout file

Signed-off-by: bear8642 <silas at dyalog.com>
---
 magic/Magdir/dyadic | 1 +
 1 file changed, 1 insertion(+)

diff --git a/magic/Magdir/dyadic b/magic/Magdir/dyadic
index c57f81b7..f39da4cf 100644
--- a/magic/Magdir/dyadic
+++ b/magic/Magdir/dyadic
@@ -51,6 +51,7 @@
 >>>1	byte		0x17		DFS component file 64-bit level 2 journaled checksummed
 >>>1	byte		0x18		DFS component file 64-bit level 3 journaled checksummed
 >>>1	byte		0x19		external workspace
+>>>1	byte		0x1a		session layout file
 >>>1	byte		0x80		DDB
 >>>2	byte		x		version %d
 >>>3	byte		x		\b.%d
-- 
2.34.1



More information about the File mailing list