lichao
2021-03-26 d17450bd7bc9fd5e98e8e2f00999caffe2e301a6
src/msg.h
@@ -73,7 +73,7 @@
    // AddRef and Release works for both counted and not counted msg.
    int AddRef() const { return IsCounted() ? count_->Inc() : 1; }
    int Release(SharedMemory &shm) const;
    int Release(SharedMemory &shm);
    int Count()  const{ return IsCounted() ? count_->Get() : 1; }
    bool IsCounted() const { return static_cast<bool>(count_); }