just commit

This commit is contained in:
wangyu-
2017-10-08 09:38:41 -05:00
parent d5483d4984
commit 1a4149eef2
3 changed files with 22 additions and 4 deletions

View File

@@ -117,6 +117,10 @@ struct delay_manager_t
int capacity;
multimap<my_time_t,delay_data_t> delay_mp; //unit us,1 us=0.001ms
delay_manager_t();
delay_manager_t(delay_manager_t &b)
{
assert(0==1);
}
~delay_manager_t();
int get_timer_fd();
int check();