/usr/include/mama/statfields.h is in libmama-dev 2.2.2.1-11.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | /* $Id$
*
* OpenMAMA: The open middleware agnostic messaging API
* Copyright (C) 2011 NYSE Technologies, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA
*/
#ifndef MamaStatFieldsH__
#define MamaStatFieldsH__
#include "mama/mama.h"
#if defined(__cplusplus)
extern "C" {
#endif
MAMAExpDLL
extern const MamaReservedField MamaStatTime; /* FID 101 */
MAMAExpDLL
extern const MamaReservedField MamaStatName; /* FID 102 */
MAMAExpDLL
extern const MamaReservedField MamaStatType; /* FID 103 */
MAMAExpDLL
extern const MamaReservedField MamaStatMiddleware; /* FID 104 */
MAMAExpDLL
extern const MamaReservedField MamaStatInitials; /* FID 105 */
MAMAExpDLL
extern const MamaReservedField MamaStatRecaps; /* FID 106 */
MAMAExpDLL
extern const MamaReservedField MamaStatNumMessages; /* FID 107 */
MAMAExpDLL
extern const MamaReservedField MamaStatFtTakeovers; /* FID 108 */
MAMAExpDLL
extern const MamaReservedField MamaStatQueueSize; /* FID 109 */
MAMAExpDLL
extern const MamaReservedField MamaStatNumSubscriptions; /* FID 110 */
MAMAExpDLL
extern const MamaReservedField MamaStatTimeouts; /* FID 111 */
MAMAExpDLL
extern const MamaReservedField MamaStatMsgIndex; /* FID 112 */
MAMAExpDLL
extern const MamaReservedField MamaStatNakPacketsSent; /* FID 113 */
MAMAExpDLL
extern const MamaReservedField MamaStatNaksSent; /* FID 114 */
MAMAExpDLL
extern const MamaReservedField MamaStatMsgsLost; /* FID 115 */
MAMAExpDLL
extern const MamaReservedField MamaStatNcfsIgnore; /* FID 116 */
MAMAExpDLL
extern const MamaReservedField MamaStatNcfsShed; /* FID 117 */
MAMAExpDLL
extern const MamaReservedField MamaStatNcfsRxDelay; /* FID 118 */
MAMAExpDLL
extern const MamaReservedField MamaStatNcfsUnknown; /* FID 119 */
MAMAExpDLL
extern const MamaReservedField MamaStatDuplicateDataMsgs; /* FID 120 */
MAMAExpDLL
extern const MamaReservedField MamaStatUnrecoverableWindowAdvance; /* FID 121 */
MAMAExpDLL
extern const MamaReservedField MamaStatUnrecoverableTimeout; /* FID 122 */
MAMAExpDLL
extern const MamaReservedField MamaStatLbmMsgsReceivedNoTopic; /* FID 123 */
MAMAExpDLL
extern const MamaReservedField MamaStatLbmRequestsReceived; /* FID 124 */
MAMAExpDLL
extern const MamaReservedField MamaStatWombatMsgs; /* FID 125 */
MAMAExpDLL
extern const MamaReservedField MamaStatRvMsgs; /* FID 126 */
MAMAExpDLL
extern const MamaReservedField MamaStatFastMsgs; /* FID 127 */
MAMAExpDLL
extern const MamaReservedField MamaStatUnknownMsgs; /* FID 128 */
MAMAExpDLL
extern const MamaReservedField MamaStatPublisherSend; /* FID 129 */
MAMAExpDLL
extern const MamaReservedField MamaStatPublisherInboxSend; /* FID 130 */
MAMAExpDLL
extern const MamaReservedField MamaStatPublisherReplySend; /* FID 131 */
#if defined(__cplusplus)
}
#endif
#endif /* MamaStatFieldsH__*/
|