File tree Expand file tree Collapse file tree 14 files changed +188
-7
lines changed Expand file tree Collapse file tree 14 files changed +188
-7
lines changed Original file line number Diff line number Diff line change 22History (newest at top)
33=======================
44
5+ xxx 2025 (v5.5.2)
6+ * Update for MQ 9.4.3
7+ * Many new fields in QQST and QMST structures report on
8+ OTel activity (not the OTel records themselves though)
9+
510Oct 2024 (v5.5.1)
611* Update for MQ 9.4.1
712* Some QESD fields renamed to match product changes
Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ plat=`uname`
44
55if [ -z " $VERS " ]
66then
7- VERS=" 941 "
7+ VERS=" 943 "
88fi
99
1010if [ " $plat " = " AIX" ]
1111then
12- flags=" -q64 -qmaxmem=-1 $CCEXTRAFLAGS -D PLATFORM_AIX"
13- cc=" xlc"
12+ # flags="-q64 -qmaxmem=-1 $CCEXTRAFLAGS -D PLATFORM_AIX"
13+ # cc="xlc"
14+ flags=" -Wno-pragma-pack $CCEXTRAFLAGS -D PLATFORM_AIX"
15+ cc=" /opt/IBM/openxlC/17.1.1/bin/ibm-clang_r"
1416 targdir=" ../bin/aix"
1517 optim=" -O3"
1618elif [ " $plat " = " Darwin" ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ CC=i686-w64-mingw32-gcc
33# CFLAGS= -I. -m32 -fpack-struct=8 -DPLATFORM_WINDOWS
44CFLAGS= -I. -m32 -DPLATFORM_WINDOWS
55PLATFLAGS=
6- VERS=941
6+ VERS=943
77SRC = mqsmf.c \
88 smfDDL.c \
99 smfDate.c \
Original file line number Diff line number Diff line change 11CFLAGS=-nologo /D_CRT_SECURE_NO_WARNINGS /Zp1 /J /O2 /DPLATFORM_WINDOWS
2- VERS=941
2+ VERS=943
33SRC = mqsmf.c \
44 smfDDL.c \
55 smfDate.c \
Original file line number Diff line number Diff line change 11/*
2- * This file was generated from cqsdsmfc.h version 941
2+ * This file was generated from cqsdsmfc.h version 943
33 * by the convH program (convH64.c) in the src directory
44 * Do not try to edit this header manually.
55 *
@@ -612,6 +612,31 @@ int64_t qmstspp;
612612int64_t qmstsnp ;
613613int64_t qmstpbp ;
614614int64_t qmstnbp ;
615+ uint64_t qmstocpa ;
616+ uint64_t qmstocga ;
617+ uint64_t qmstoahc ;
618+ uint64_t qmstocpd ;
619+ uint64_t qmstocmp ;
620+ uint64_t qmstocgd ;
621+ uint64_t qmstocps ;
622+ uint64_t qmstocgs ;
623+ uint64_t qmstoscs ;
624+ uint64_t qmstosps ;
625+ uint64_t qmstosns ;
626+ uint64_t qmstocda ;
627+ uint64_t qmstospl ;
628+ uint64_t qmstoscl ;
629+ uint64_t qmstosfs ;
630+ uint64_t qmstosok ;
631+ uint64_t qmstosfr ;
632+ uint64_t qmstosfc ;
633+ uint64_t qmstotso ;
634+ uint64_t qmstotsr ;
635+ uint64_t qmstotsc ;
636+ uint64_t qmstotpu ;
637+ uint64_t qmstotpw ;
638+ uint64_t qmstotpd ;
639+ int32_t qmstotsk ;
615640} qmst ;
616641#define QMSTIDV 0xD40F
617642#define QMSTEYEV "QMST"
@@ -731,6 +756,21 @@ uint64_t qqstset;
731756uint64_t qqstexpr ;
732757uint64_t qqstrbpt ;
733758uint64_t qqstrbgt ;
759+ uint64_t qqstocpa ;
760+ uint64_t qqstocga ;
761+ uint64_t qqstoahc ;
762+ uint64_t qqstocpd ;
763+ uint64_t qqstocmp ;
764+ uint64_t qqstocgd ;
765+ uint64_t qqstocps ;
766+ uint64_t qqstocgs ;
767+ uint64_t qqstoscs ;
768+ uint64_t qqstosps ;
769+ uint64_t qqstosns ;
770+ uint64_t qqstocda ;
771+ uint64_t qqstospl ;
772+ uint64_t qqstoscl ;
773+ uint64_t qqstosfs ;
734774} qqst ;
735775#define QQSTIDV 0xD80F
736776#define QQSTEYEV "QQST"
You can’t perform that action at this time.
0 commit comments