From 391074cde6c7b6ac539e0588d5ffd14da7e7674c Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 23 Jun 2011 15:12:25 +0000 Subject: [PATCH] Add a tag This commit was SVN r24813. --- orte/mca/rml/rml_types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/orte/mca/rml/rml_types.h b/orte/mca/rml/rml_types.h index 0942e72f34..6117ee4b1c 100644 --- a/orte/mca/rml/rml_types.h +++ b/orte/mca/rml/rml_types.h @@ -11,7 +11,7 @@ * All rights reserved. * Copyright (c) 2007 Los Alamos National Security, LLC. All rights * reserved. - * Copyright (c) 2009-2010 Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2009-2011 Cisco Systems, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -187,6 +187,8 @@ ORTE_DECLSPEC OBJ_CLASS_DECLARATION(orte_msg_packet_t); #define ORTE_RML_TAG_SSTORE 44 #define ORTE_RML_TAG_SSTORE_INTERNAL 45 +#define ORTE_RML_TAG_SUBSCRIBE 46 + #define ORTE_RML_TAG_MAX 100