blob: b19638f471759627cbc92b970b47c71b76544e37 [file] [log] [blame]
//------------------------------------------------------------------
//
// @@@ START COPYRIGHT @@@
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
//
// @@@ END COPYRIGHT @@@
//
// Message-system limits module
//
#ifndef __SB_MSLIMITS_H_
#define __SB_MSLIMITS_H_
// Note the MAX's and MS_Process_Info_Type are near clones from msgdef.h
enum { MS_MON_MAX_KEY_LIST = 32 };
enum { MS_MON_MAX_KEY_NAME = 64 };
enum { MS_MON_MAX_NODE_LIST = 64 };
enum { MS_MON_MAX_OPEN_LIST = 256 };
enum { MS_MON_MAX_PORT_NAME = 256 };
enum { MS_MON_MAX_PROC_LIST = 256 };
enum { MS_MON_MAX_PROCESS_NAME = 64 };
enum { MS_MON_MAX_PROCESS_PATH = 256 };
enum { MS_MON_MAX_PROCESSOR_NAME = 128 };
enum { MS_MON_MAX_REASON_TEXT = 256 };
enum { MS_MON_MAX_SYNC_DATA = 4096 };
enum { MS_MON_MAX_STFSD_DATA = 32767 };
enum { MS_MON_MAX_VALUE_SIZE = 512 };
enum { MS_MON_MAX_TM_SYNCS = 200 };
#endif // !__SB_MSLIMITS_H_