~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/os/ObjectStore.cc

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
378
378
  t = new Transaction;
379
379
  coll_t c("foocoll");
380
380
  coll_t c2("foocoll2");
381
 
  hobject_t o1("obj", "", 123, 456);
382
 
  hobject_t o2("obj2", "", 123, 456);
383
 
  hobject_t o3("obj3", "", 123, 456);
 
381
  hobject_t o1("obj", "", 123, 456, -1);
 
382
  hobject_t o2("obj2", "", 123, 456, -1);
 
383
  hobject_t o3("obj3", "", 123, 456, -1);
384
384
  t->touch(c, o1);
385
385
  bufferlist bl;
386
386
  bl.append("some data");