| 1743 | } |
| 1744 | |
| 1745 | void RemoteServer::TakeOwnershipCapture(const rdcstr &filename) |
| 1746 | { |
| 1747 | { |
| 1748 | WRITE_DATA_SCOPE(); |
| 1749 | SCOPED_SERIALISE_CHUNK(RemoteServerPacket::TakeOwnershipCapture); |
| 1750 | SERIALISE_ELEMENT(filename); |
| 1751 | } |
| 1752 | } |
| 1753 | |
| 1754 | rdcpair<ResultDetails, IReplayController *> RemoteServer::OpenCapture( |
| 1755 | uint32_t proxyid, const rdcstr &filename, const ReplayOptions &opts, |