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

« back to all changes in this revision

Viewing changes to gcomm/src/gcomm/map.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:
103
103
        size_t serialize(gu::byte_t* const buf,
104
104
                         size_t  const buflen,
105
105
                         size_t        offset) const
106
 
            throw (gu::Exception)
107
106
        {
108
107
            gu_trace(offset = gu::serialize4(
109
108
                         static_cast<uint32_t>(size()), buf, buflen, offset));
118
117
        size_t unserialize(const gu::byte_t* buf,
119
118
                           size_t const  buflen,
120
119
                           size_t        offset)
121
 
            throw (gu::Exception)
122
120
        {
123
121
            uint32_t len;
124
122
            // Clear map in case this object is reused