2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

zdtm: move tast_daemon after preparation actions

This commit is contained in:
Andrey Vagin
2012-01-27 13:08:19 +04:00
parent 8818ee72e6
commit 003b6e906b

View File

@@ -72,7 +72,6 @@ int main(int argc, char *argv[])
int i;
test_init(argc, argv);
test_daemon();
fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE);
if (fd<0){
@@ -94,6 +93,8 @@ int main(int argc, char *argv[])
send_request();
recv_reply();
test_daemon();
while (test_go()){
for (i=0;i<CMD_NUM;i++){
cmd[i]();