Fu Juntang
2021-08-30 b861de29176891657cc96631ddbfb4ea9e114a42
src/queue/shm_queue.h
@@ -40,8 +40,8 @@
  bool full();
  bool empty();
  int push(const ELEM_T &a_data, const struct timespec *timeout=NULL, int flag=0);
  int pop(ELEM_T &a_data, const struct timespec *timeout=NULL, int flag=0);
  int push(const ELEM_T &a_data, const struct timespec *timeout = NULL, int flag = 0);
  int pop(ELEM_T &a_data, const struct timespec *timeout = NULL, int flag = 0);
  ELEM_T &operator[](unsigned i);