~codership/galera/3.x

« back to all changes in this revision

Viewing changes to gcache/src/gcache_memops.hpp

  • Committer: Alexey Yurchenko
  • Date: 2013-11-10 19:36:09 UTC
  • mfrom: (153.2.12 2.x)
  • Revision ID: alexey.yurchenko@codership.com-20131110193609-nfkas69khx8vjw2o
Tags: release_25.3.1
References lp:1238226 - fixed RPM and DEB build scripts to unclude all plugins. Fixed building of memcached plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
namespace gcache
13
13
{
14
 
    class BufferHeader;
 
14
    struct BufferHeader;
15
15
 
16
16
    class MemOps
17
17
    {