663a664,669
> * Accessor function to atomic op.
> */
> AtomicOpFunctor *getAtomicOp() const { return req->getAtomicOpFunctor(); }
> bool isAtomicOp() const { return req->isAtomic(); }
>
> /**