From 4eab3ca9bf020df2bb53fa2a36aa4f57d684225c Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期三, 07 八月 2019 17:25:03 +0800 Subject: [PATCH] add rec notify, try catch --- csrc/wrapper.hpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/csrc/wrapper.hpp b/csrc/wrapper.hpp index a7d4f92..b11c9ca 100644 --- a/csrc/wrapper.hpp +++ b/csrc/wrapper.hpp @@ -102,6 +102,7 @@ struct record_file_info{ int file_frame_index; std::string file_path; + std::string rec_id; }; std::list<struct record_file_info> list_rec_; std::unordered_map<std::string, std::string> list_rec_map_; -- Gitblit v1.8.0