lots of log message and fixed bad_file_descriptor issue

This commit is contained in:
hugogogo
2022-08-22 01:50:28 +02:00
parent 469eca8aa9
commit 5225e3258b
18 changed files with 186 additions and 112 deletions

View File

@@ -7,6 +7,7 @@
# include <string>
# include <sstream>
# include <iostream>
# include <iomanip> // setw
# include <cstdlib> // strtol, strtoul
# include <climits> // LONG_MAX
# include <cerrno> // errno
@@ -31,6 +32,12 @@
** CRLF_SIZE*2
*/
enum family_state
{
PARENT,
CHILD
};
enum file_type
{
IS_OTHER,