Implement streams IPC mechanism
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
This commit is contained in:
@@ -9,7 +9,6 @@ struct ringbuffer {
|
||||
size_t head;
|
||||
size_t capacity;
|
||||
size_t count;
|
||||
bool full;
|
||||
};
|
||||
|
||||
bool ringbuffer_init (struct ringbuffer* rb, size_t capacity, size_t type_size);
|
||||
|
||||
Reference in New Issue
Block a user