use unrestricted union instead of struct

This commit is contained in:
wangyu-
2018-07-28 03:42:00 -05:00
parent 0980d89072
commit 8ade602be1
3 changed files with 26 additions and 9 deletions

View File

@@ -131,12 +131,6 @@ conn_manager_t conn_manager;
{
assert(0==1);
//mylog(log_error,"called!!!!!!!!!!!!!\n");
*this=b;
if(blob!=0)
{
blob=new blob_t(*b.blob);
}
}
conn_info_t& conn_info_t::operator=(const conn_info_t& b)