add finite state machine to control/manage transport state

This commit is contained in:
Paul Davis 2019-09-17 18:26:03 -06:00
parent fc3e7623e7
commit bd229936ec
41 changed files with 899 additions and 452 deletions

View file

@ -201,7 +201,7 @@ static int export_session (Session *session,
}
printf("\n");
status->finish ();
status->finish (TRS_UI);
printf ("* Done.\n");
return 0;