y_socket: resolve header and makefile issues
This commit is contained in:
@@ -12,5 +12,7 @@ struct arg_send_file{
|
||||
};
|
||||
|
||||
void* y_socket_send_file_for_all_nodes(void* arg);
|
||||
void receve_from_node(struct pollfd *fds, char *msg, size_t count);
|
||||
|
||||
|
||||
#endif /*Y_FILE_HANDLER_T_H__C*/
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "y_socket_t/y_node_t.h"
|
||||
#include "y_socket_t/y_file_handler.h"
|
||||
|
||||
#include "y_worker_t/y_worker_t.h"
|
||||
#include "y_worker_t/y_task_t.h"
|
||||
|
||||
Reference in New Issue
Block a user