Skip to content

Commit d808420

Browse files
committed
Update for MQ 9.3.5
1 parent fe82951 commit d808420

File tree

15 files changed

+65
-11
lines changed

15 files changed

+65
-11
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
History (newest at top)
33
=======================
44

5+
Feb 2024 (v5.4.5)
6+
* Update for MQ V9.3.5
7+
* QCCT now has info about 64-bit CHIN storage use
8+
* Previous "Storage_Usage" renamed to "Storage_Usage_31"
9+
* New fields added
10+
511
Oct 2023 (v5.4.4)
612
* Try to recognise some input file corruption and cleanly exit
713
* Update for MQ V9.3.4 (no changes to SMF records)

bin/aix/convH

0 Bytes
Binary file not shown.

bin/aix/mqsmfcsv

430 Bytes
Binary file not shown.

bin/linux/convH

-6.64 KB
Binary file not shown.

bin/linux/mqsmfcsv

-6.65 KB
Binary file not shown.

bin/win/mqsmfcsv.exe

0 Bytes
Binary file not shown.

src/M

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plat=`uname`
44

55
if [ -z "$VERS" ]
66
then
7-
VERS="934"
7+
VERS="935"
88
fi
99

1010
if [ "$plat" = "AIX" ]

src/Makefile.gcc.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CC=i686-w64-mingw32-gcc
33
# CFLAGS= -I. -m32 -fpack-struct=8 -DPLATFORM_WINDOWS
44
CFLAGS= -I. -m32 -DPLATFORM_WINDOWS
55
PLATFLAGS=
6-
VERS=934
6+
VERS=935
77
SRC = mqsmf.c \
88
smfDDL.c \
99
smfDate.c \

src/Makefile.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CFLAGS=-nologo /D_CRT_SECURE_NO_WARNINGS /Zp1 /J /O2 /DPLATFORM_WINDOWS
2-
VERS=934
2+
VERS=935
33
SRC = mqsmf.c \
44
smfDDL.c \
55
smfDate.c \

src/mqsmfstrucU.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file was generated from cqsdsmfc.h version 934
2+
* This file was generated from cqsdsmfc.h version 935
33
* by the convH program (convH64.c) in the src directory
44
* Do not try to edit this header manually.
55
*
@@ -137,6 +137,8 @@ uint32_t qcctmxac;
137137
uint32_t qcctmxtp;
138138
uint32_t qcctmxlu;
139139
uint32_t qcctstus;
140+
uint64_t qcctstab;
141+
uint64_t qcctslim;
140142
} qcct;
141143
#define QCCTIDV 0xE741
142144
#define QCCTEYEV "QCCT"

0 commit comments

Comments
 (0)