File tree Expand file tree Collapse file tree 13 files changed +54
-10
lines changed Expand file tree Collapse file tree 13 files changed +54
-10
lines changed Original file line number Diff line number Diff line change 2
2
History (newest at top)
3
3
=======================
4
4
5
+ Oct 2024 (v5.5.1)
6
+ * Update for MQ 9.4.1
7
+ * Some QESD fields renamed to match product changes
8
+
5
9
Jun 2024 (v5.5)
6
10
* Update for MQ 9.4.0
7
11
* New stats available for zHyperlink
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plat=`uname`
4
4
5
5
if [ -z " $VERS " ]
6
6
then
7
- VERS=" 940 "
7
+ VERS=" 941 "
8
8
fi
9
9
10
10
if [ " $plat " = " AIX" ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ CC=i686-w64-mingw32-gcc
3
3
# CFLAGS= -I. -m32 -fpack-struct=8 -DPLATFORM_WINDOWS
4
4
CFLAGS= -I. -m32 -DPLATFORM_WINDOWS
5
5
PLATFLAGS=
6
- VERS=940
6
+ VERS=941
7
7
SRC = mqsmf.c \
8
8
smfDDL.c \
9
9
smfDate.c \
Original file line number Diff line number Diff line change 1
1
CFLAGS=-nologo /D_CRT_SECURE_NO_WARNINGS /Zp1 /J /O2 /DPLATFORM_WINDOWS
2
- VERS=940
2
+ VERS=941
3
3
SRC = mqsmf.c \
4
4
smfDDL.c \
5
5
smfDate.c \
Original file line number Diff line number Diff line change 1
1
/*
2
- * This file was generated from cqsdsmfc.h version 940
2
+ * This file was generated from cqsdsmfc.h version 941
3
3
* by the convH program (convH64.c) in the src directory
4
4
* Do not try to edit this header manually.
5
5
*
Original file line number Diff line number Diff line change 1
1
/*
2
- * This file was generated from cqsdsmfc.h version 940
2
+ * This file was generated from cqsdsmfc.h version 941
3
3
* by the convH program (convH64.c) in the src directory
4
4
* Do not try to edit this header manually.
5
5
*
Original file line number Diff line number Diff line change
1
+ q5st : 672
2
+ qcct : 64
3
+ qct_dsp : 36
4
+ qct_adp : 32
5
+ qct_ssl : 48
6
+ qct_dns : 48
7
+ qcst : 324
8
+ qest : 4104
9
+ qesd : 336
10
+ qist : 80
11
+ qis1 : 104
12
+ qjst : 720
13
+ qlst : 32
14
+ qmac : 48
15
+ qmst : 104
16
+ qpst : 104
17
+ qqst : 552
18
+ qsgm : 48
19
+ qsph : 88
20
+ qsrs : 232
21
+ qsst : 72
22
+ qtst : 96
23
+ qwac : 176
24
+ qwhc : 92
25
+ qwhs : 52
26
+ wtas : 2344
27
+ wtid : 208
28
+ qwst : 28
29
+ qws0 : 96
30
+ qws1 : 72
31
+ qws5 : 16
32
+ qws8 : 16
33
+ qws9 : 16
34
+ qwsx : 48
35
+ qwas : 28
36
+ qwa0 : 56
37
+ wq : 2800
38
+ wq->maxqdpth: 588
39
+ wq->z__001 : 594
40
+ qqst->qqstdpth : 80
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ void printQESD(qesd *p)
37
37
ADDU32 ("Blocks_Msg_Data" , p -> qesdsmbd );
38
38
ADDU32 ("Blocks_In_Use" , p -> qesdsmbu );
39
39
ADDU32 ("Blocks_Free" , p -> qesdsmbf );
40
- ADDU32 ("Messages_In_Dataset" , p -> qesdsmmc );
41
- ADDU32 ("Space_Allocated" , p -> qesdsmar );
42
- ADDU32 ("Space_Free" , p -> qesdsmfr );
43
- ADDU32 ("Space_Reallocated " , p -> qesdsmrr );
44
- ADDU32 ("Space_Cleaned_Up " , p -> qesdsmcr );
40
+ ADDU32 ("Messages_In_Dataset" , p -> qesdsmmc );
41
+ ADDU32 ("Allocation_Requests" , p -> qesdsmar );
42
+ ADDU32 ("Release_Requests" , p -> qesdsmfr );
43
+ ADDU32 ("Reallocation_Requests " , p -> qesdsmrr );
44
+ ADDU32 ("Cleanup_Requests " , p -> qesdsmcr );
45
45
ADDU32 ("Pages_Allocated" , p -> qesdsmap );
46
46
ADDU32 ("Pages_Freed" , p -> qesdsmfp );
47
47
ADDU32 ("Pages_Reallocated" , p -> qesdsmrp );
You can’t perform that action at this time.
0 commit comments