~raghavendra-prabhu/percona-xtradb-cluster/release-5.5.30-galera-2.x

« back to all changes in this revision

Viewing changes to gcomm/src/pc_message.hpp

  • Committer: Raghavendra D Prabhu
  • Date: 2013-04-12 15:26:34 UTC
  • mfrom: (95.2.24 2.x)
  • Revision ID: raghavendra.prabhu@percona.com-20130412152634-2y2u0swshf5fie2x
Merge lp:galera-2.x upto revision 150.

Following bugs are fixed:

lp:1166065
lp:1164992

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
    int           weight()    const { return weight_   ; }
72
72
 
73
73
    size_t unserialize(const gu::byte_t* buf, const size_t buflen, const size_t offset)
74
 
        throw (gu::Exception)
75
74
    {
76
75
        size_t   off = offset;
77
76
        uint32_t flags;
96
95
    }
97
96
 
98
97
    size_t serialize(gu::byte_t* buf, const size_t buflen, const size_t offset) const
99
 
        throw (gu::Exception)
100
98
    {
101
99
        size_t   off   = offset;
102
100
        uint32_t flags = 0;
249
247
    { return NodeMap::value(node_map_.find_checked(uuid)); }
250
248
 
251
249
    size_t unserialize(const gu::byte_t* buf, const size_t buflen, const size_t offset)
252
 
        throw (gu::Exception)
253
250
    {
254
251
        size_t   off;
255
252
        uint32_t b;
281
278
    }
282
279
 
283
280
    size_t serialize(gu::byte_t* buf, const size_t buflen, const size_t offset) const
284
 
        throw (gu::Exception)
285
281
    {
286
282
        size_t   off;
287
283
        uint32_t b;