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

« back to all changes in this revision

Viewing changes to src/librados/IoCtxImpl.cc

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-08-27 08:23:21 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120827082321-2cfej6ddvk63vsqq
Tags: upstream-0.48.1
ImportĀ upstreamĀ versionĀ 0.48.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1600
1600
                                                   uint64_t ver,
1601
1601
                                                   bufferlist& bl)
1602
1602
{
 
1603
  lock->Lock();
1603
1604
  *done = true;
1604
1605
  cond->Signal();
 
1606
  lock->Unlock();
1605
1607
}
1606
1608
 
1607
1609
/////////////////////////// WatchContext ///////////////////////////////