You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2007/01/05 17:26:50 UTC

svn commit: r493068 - /incubator/qpid/branches/qpid.0-9/specs/amqp.0-9.xml

Author: rhs
Date: Fri Jan  5 08:26:49 2007
New Revision: 493068

URL: http://svn.apache.org/viewvc?view=rev&rev=493068
Log:
added missing request/response constants

Modified:
    incubator/qpid/branches/qpid.0-9/specs/amqp.0-9.xml

Modified: incubator/qpid/branches/qpid.0-9/specs/amqp.0-9.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-9/specs/amqp.0-9.xml?view=diff&rev=493068&r1=493067&r2=493068
==============================================================================
--- incubator/qpid/branches/qpid.0-9/specs/amqp.0-9.xml (original)
+++ incubator/qpid/branches/qpid.0-9/specs/amqp.0-9.xml Fri Jan  5 08:26:49 2007
@@ -169,6 +169,8 @@
   <constant name = "frame-oob-body"   value = "6" />
   <constant name = "frame-trace"      value = "7" />
   <constant name = "frame-heartbeat"  value = "8" />
+  <constant name = "frame-request"    value = "9" />
+  <constant name = "frame-response"   value = "10" />
 
   <!-- Protocol constants -->
   <constant name = "frame-min-size"   value = "4096" />