Added BDebugEventInputStream::Seek() to seek in the stream. Works for data
buffer based stream only ATM. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31855 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -44,6 +44,8 @@ public:
|
||||
bool takeOverOwnership);
|
||||
void Unset();
|
||||
|
||||
status_t Seek(off_t streamOffset);
|
||||
|
||||
ssize_t ReadNextEvent(uint32* _event, uint32* _cpu,
|
||||
const void** _buffer,
|
||||
off_t* _streamOffset = NULL);
|
||||
|
||||
Reference in New Issue
Block a user