Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pw0rld committed Mar 12, 2023
1 parent fc3d822 commit bdaa25c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ServerEnclave/host/network/process_buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ void process_buffer(string &m, tcp_server *ser, oe_enclave_t *se_enclaves)
}
else
{
cout << "[+]Local Re Waitting the Remove Re echo 2 return requests. This requests id is" << sp[5] << " Now time is " << now_time << "Now watting queue size is " << ser->Re_tmp_quorum_finally.size() << " and remote peer size is " << ser->Re_Peers.size() << endl;
cout << "[+]Local Re Waitting the Remove Re echo 2 return requests. This requests id is" << sp[5] << " Now time is " << now_time << " Now watting queue size is " << ser->Re_tmp_quorum_finally.size() << " and remote peer size is " << ser->Re_Peers.size() << " Now the indexb " << indexb << endl;
}
}
// INFO New
Expand Down
1 change: 1 addition & 0 deletions aliyun-bj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ build_narrator(){
echo "Build Narrator ServerEnclave"
$ssh_config root@${cloud_ip} "
cd ~/Narrator/ServerEnclave/;
git pull;
mkdir build;
cd build;
cmake ..;
Expand Down
1 change: 1 addition & 0 deletions aliyun-hz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ build_narrator(){
echo "Build Narrator ServerEnclave"
$ssh_config root@${cloud_ip} "
cd ~/Narrator/ServerEnclave/;
git pull;
mkdir build;
cd build;
cmake ..;
Expand Down

0 comments on commit bdaa25c

Please sign in to comment.