Skip to content

Commit

Permalink
Added SeqnoList, NakHeader2 and NAKACK2
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Jan 12, 2012
1 parent 3360fa4 commit e1b8f37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions conf/jg-magic-map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@
<class id="90" name="org.jgroups.protocols.MERGE3$MergeHeader"/>
<class id="91" name="org.jgroups.protocols.RSVP$RsvpHeader"/>
<class id="92" name="org.jgroups.tests.perf.MPerf$MPerfHeader"/>
<class id="93" name="org.jgroups.protocols.pbcast.NakAckHeader2"/>
<class id="94" name="org.jgroups.util.SeqnoList"/>
</magic-number-class-mapping>
4 changes: 2 additions & 2 deletions conf/jg-protocol-ids.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<class id="53" name="org.jgroups.protocols.COUNTER"/>
<class id="54" name="org.jgroups.protocols.MERGE3"/>
<class id="55" name="org.jgroups.protocols.RSVP"/>

<class id="57" name="org.jgroups.protocols.RACKSPACE_PING"/>
<class id="56" name="org.jgroups.protocols.RACKSPACE_PING"/>
<class id="57" name="org.jgroups.protocols.pbcast.NAKACK2"/>

<!-- IDs reserved for building blocks -->
<class id="200" name="org.jgroups.blocks.RequestCorrelator"/> <!-- ID should be the same as Global.BLOCKS_START_ID -->
Expand Down

0 comments on commit e1b8f37

Please sign in to comment.