1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

complete kafka

This commit is contained in:
winlin 2015-10-23 14:40:14 +08:00
parent cbe4252b4d
commit b8f2ba4f0d
2 changed files with 4 additions and 5 deletions

View file

@ -155,6 +155,8 @@ public:
class SrsKafkaProducer : virtual public ISrsReusableThreadHandler, virtual public ISrsKafkaCluster
{
private:
// TODO: FIXME: support reload.
bool enabled;
st_mutex_t lock;
SrsReusableThread* pthread;
private: