~jheiss/galera/galera

« back to all changes in this revision

Viewing changes to gcomm/src/gmcast_proto.cpp

  • Committer: Alex Yurchenko
  • Date: 2011-08-20 23:37:05 UTC
  • Revision ID: ayurchen@void-20110820233705-532t7g9ip8ss24sv
References lp:828648 - synced with SVN branch 0.8 r2321

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    static const bool allowed[][7] =
21
21
        {
22
22
            // INIT  HS_SENT HS_WAIT HSR_SENT   OK    FAILED CLOSED
23
 
            { false,  true,   true,   false,  false,  false, false },// INIT
 
23
            { false,  true,   true,   false,  false,  true, false },// INIT
24
24
 
25
25
            { false,  false,  false,  false,  true,   true,  false },// HS_SENT
26
26