From 85ceae91bf869da0ba3353df510d7349e1e87779 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sat, 30 Aug 2025 01:16:26 +1000 Subject: [PATCH] [repos] lgmp: update to latest version The queue size for the cursor needed to be increased to a power of two with the new design for messages queues in LGMP. --- common/include/common/KVMFR.h | 2 +- repos/LGMP | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/include/common/KVMFR.h b/common/include/common/KVMFR.h index 16ef0343..f5378dfb 100644 --- a/common/include/common/KVMFR.h +++ b/common/include/common/KVMFR.h @@ -36,7 +36,7 @@ #define LGMP_Q_FRAME 2 #define LGMP_Q_FRAME_LEN 2 -#define LGMP_Q_POINTER_LEN 20 +#define LGMP_Q_POINTER_LEN 32 #ifdef _MSC_VER diff --git a/repos/LGMP b/repos/LGMP index daf0a360..7b08ed25 160000 --- a/repos/LGMP +++ b/repos/LGMP @@ -1 +1 @@ -Subproject commit daf0a360b73ee94c945f9be1001106218944b7ab +Subproject commit 7b08ed256c0d0cd497a608d7fa927db3eba9fc30