Skip to content
Snippets Groups Projects
Commit 4938484b authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#1933] Test flush data

parent 9a06cdeb
Branches
Tags
No related merge requests found
......@@ -54,6 +54,7 @@ RingBuffer::~RingBuffer()
void
RingBuffer::flush (CallID call_id)
{
_debug("flush: call_id on iax\n");
storeReadPointer(mEnd, call_id);
}
......
......@@ -33,6 +33,8 @@ typedef unsigned char* samplePtr;
typedef map<CallID, int> ReadPointer;
static CallID default_id = "audiolayer_id";
class RingBuffer {
public:
/**
......
......@@ -39,8 +39,6 @@
typedef std::string CallID;
static CallID default_id = "default_id";
class Call: public Recordable{
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment