[ PATCH 1.1 1/1 ] Add payload enumerator for Exegy


David @ Rai Technology
 

Hi John,
We have a clash. I submitted a patch that "used" 6 yesterday.

Regards,
David

----------------------------------------

From: jbrown@...
To: openmama-dev@...
Date: Sun, 9 Sep 2012 18:12:01 -0500
Subject: [Openmama-dev] [ PATCH 1.1 1/1 ] Add payload enumerator for Exegy

This patch adds the middleware enumeration conversion methods for Exegy. The reason for this submission is to allow Exegy to provide XCAPI to OpenMAMA middleware bridge.


Signed-off-by: John Brown <jbrown@...>


diff --git a/mama/c_cpp/src/c/mama/msg.h b/mama/c_cpp/src/c/mama/msg.h
--- a/mama/c_cpp/src/c/mama/msg.h
+++ b/mama/c_cpp/src/c/mama/msg.h
index 52a53

MAMA_PAYLOAD_EXEGY = 'X',



diff --git a/mama/c_cpp/src/c/msg.c b/mama/c_cpp/src/c/msg.c index 1daf82f..beb0da2 100644
--- a/mama/c_cpp/src/c/msg.c
+++ b/mama/c_cpp/src/c/msg.c
index 359a360, 359a361

case MAMA_PAYLOAD_EXEGY:
return "EXEGY";


diff --git a/mama/c_cpp/src/c/mama/middleware.h b/mama/c_cpp/src/c/mama/middleware.h
--- a/mama/c_cpp/src/c/mama/middleware.h
+++ b/mama/c_cpp/src/c/mama/middleware.h
index 40c40, 40c41

MAMA_MIDDLEWARE_MAX = 6,
MAMA_MIDDLEWARE_EXEGY = 6,
MAMA_MIDDLEWARE_MAX = 7,



diff --git a/mama/c_cpp/src/c/middleware.c b/mama/c_cpp/src/c/middleware.c
--- a/mama/c_cpp/src/c/middleware.c
+++ b/mama/c_cpp/src/c/middleware.c
index 60a64,60a65

case MAMA_MIDDLEWARE_EXEGY:
return "exegy";






John Brown III
Product Manager
Exegy, Inc.
+1.917.328.9516 (mobile)
jbrown@...
www.exegy.com


This e-mail and any documents accompanying it may contain legally privileged and/or confidential information belonging to Exegy, Inc. Such information may be protected from disclosure by law. The information is intended for use by only the addressee. If you are not the intended recipient, you are hereby notified that any disclosure or use of the information is strictly prohibited. If you have received this e-mail in error, please immediately contact the sender by e-mail or phone regarding instructions for return or destruction and do not use or disclose the content to others.
_______________________________________________
Openmama-dev mailing list
Openmama-dev@...
https://lists.openmama.org/mailman/listinfo/openmama-dev


Brown, John
 

This patch adds the middleware enumeration conversion methods for Exegy. The reason for this submission is to allow Exegy to provide XCAPI to OpenMAMA middleware bridge.


Signed-off-by: John Brown <jbrown@...>


diff --git a/mama/c_cpp/src/c/mama/msg.h b/mama/c_cpp/src/c/mama/msg.h
--- a/mama/c_cpp/src/c/mama/msg.h
+++ b/mama/c_cpp/src/c/mama/msg.h
index 52a53

MAMA_PAYLOAD_EXEGY = 'X',



diff --git a/mama/c_cpp/src/c/msg.c b/mama/c_cpp/src/c/msg.c index 1daf82f..beb0da2 100644
--- a/mama/c_cpp/src/c/msg.c
+++ b/mama/c_cpp/src/c/msg.c
index 359a360, 359a361

case MAMA_PAYLOAD_EXEGY:
return "EXEGY";


diff --git a/mama/c_cpp/src/c/mama/middleware.h b/mama/c_cpp/src/c/mama/middleware.h
--- a/mama/c_cpp/src/c/mama/middleware.h
+++ b/mama/c_cpp/src/c/mama/middleware.h
index 40c40, 40c41

MAMA_MIDDLEWARE_MAX = 6,
MAMA_MIDDLEWARE_EXEGY = 6,
MAMA_MIDDLEWARE_MAX = 7,



diff --git a/mama/c_cpp/src/c/middleware.c b/mama/c_cpp/src/c/middleware.c
--- a/mama/c_cpp/src/c/middleware.c
+++ b/mama/c_cpp/src/c/middleware.c
index 60a64,60a65

case MAMA_MIDDLEWARE_EXEGY:
return "exegy";






John Brown III
Product Manager
Exegy, Inc.
+1.917.328.9516 (mobile)
jbrown@...
www.exegy.com


This e-mail and any documents accompanying it may contain legally privileged and/or confidential information belonging to Exegy, Inc. Such information may be protected from disclosure by law. The information is intended for use by only the addressee. If you are not the intended recipient, you are hereby notified that any disclosure or use of the information is strictly prohibited. If you have received this e-mail in error, please immediately contact the sender by e-mail or phone regarding instructions for return or destruction and do not use or disclose the content to others.