@@ -16,7 +16,7 @@ package ibmmq
1616* for each value; those can be found in other header files such as
1717* cmqc.h.
1818****************************************************************
19- * Copyright (c) IBM Corporation 1993, 2020
19+ * Copyright (c) IBM Corporation 1993, 2021
2020*
2121* Licensed under the Apache License, Version 2.0 (the "License");
2222* you may not use this file except in compliance with the License.
@@ -32,8 +32,8 @@ package ibmmq
3232****************************************************************
3333*
3434* <BEGIN_BUILDINFO>
35- * Generated on: 11/12/20 5:27 PM
36- * Build Level: p921-L201112 .1
35+ * Generated on: 3/5/21 5:00 PM
36+ * Build Level: p922-L210305 .1
3737* Build Type: Production
3838* <END_BUILDINFO>
3939 */
@@ -343,13 +343,14 @@ const (
343343 MQCACF_LAST_PUB_TIME int32 = 3162
344344 MQCACF_LAST_PUT_DATE int32 = 3128
345345 MQCACF_LAST_PUT_TIME int32 = 3129
346- MQCACF_LAST_USED int32 = 3210
346+ MQCACF_LAST_USED int32 = 3211
347347 MQCACF_LOCAL_Q_NAMES int32 = 3015
348348 MQCACF_LOG_PATH int32 = 3074
349349 MQCACF_MEDIA_LOG_EXTENT_NAME int32 = 3073
350350 MQCACF_MODEL_Q_NAMES int32 = 3016
351351 MQCACF_MQCB_NAME int32 = 3192
352352 MQCACF_NAMELIST_NAMES int32 = 3013
353+ MQCACF_NHA_INSTANCE_NAME int32 = 3211
353354 MQCACF_NONE int32 = 3171
354355 MQCACF_OBJECT_NAME int32 = 3046
355356 MQCACF_OBJECT_Q_MGR_NAME int32 = 3023
@@ -1004,7 +1005,7 @@ const (
10041005 MQCMDI_SEC_SIGNOFF_ERROR int32 = 17
10051006 MQCMDI_SEC_TIMER_ZERO int32 = 14
10061007 MQCMDI_SEC_UPPERCASE int32 = 21
1007- MQCMDL_CURRENT_LEVEL int32 = 921
1008+ MQCMDL_CURRENT_LEVEL int32 = 922
10081009 MQCMDL_LEVEL_1 int32 = 100
10091010 MQCMDL_LEVEL_101 int32 = 101
10101011 MQCMDL_LEVEL_110 int32 = 110
@@ -1047,6 +1048,7 @@ const (
10471048 MQCMDL_LEVEL_915 int32 = 915
10481049 MQCMDL_LEVEL_920 int32 = 920
10491050 MQCMDL_LEVEL_921 int32 = 921
1051+ MQCMDL_LEVEL_922 int32 = 922
10501052 MQCMD_ACCOUNTING_MQI int32 = 167
10511053 MQCMD_ACCOUNTING_Q int32 = 168
10521054 MQCMD_ACTIVITY_MSG int32 = 69
@@ -4204,6 +4206,7 @@ const (
42044206 MQRQ_OPEN_NOT_AUTHORIZED int32 = 2
42054207 MQRQ_Q_MGR_QUIESCING int32 = 6
42064208 MQRQ_Q_MGR_STOPPING int32 = 5
4209+ MQRQ_REPLICA_ACTIVATED int32 = 33
42074210 MQRQ_SSL_CIPHER_SPEC_ERROR int32 = 14
42084211 MQRQ_SSL_CLIENT_AUTH_ERROR int32 = 15
42094212 MQRQ_SSL_HANDSHAKE_ERROR int32 = 13
@@ -4937,6 +4940,7 @@ const (
49374940 MQ_MSG_TOKEN_LENGTH int32 = 16
49384941 MQ_NAMELIST_DESC_LENGTH int32 = 64
49394942 MQ_NAMELIST_NAME_LENGTH int32 = 48
4943+ MQ_NHA_INSTANCE_NAME_LENGTH int32 = 48
49404944 MQ_OBJECT_INSTANCE_ID_LENGTH int32 = 24
49414945 MQ_OBJECT_NAME_LENGTH int32 = 48
49424946 MQ_OPERATOR_MESSAGE_LENGTH int32 = 4
0 commit comments