diff --git a/includes/RT/Clusterizer.hpp b/includes/RT/Clusterizer.hpp index b5ec894..6476921 100644 --- a/includes/RT/Clusterizer.hpp +++ b/includes/RT/Clusterizer.hpp @@ -6,7 +6,7 @@ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/20 18:25:18 by tomoron #+# #+# */ -/* Updated: 2025/03/18 16:27:42 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 16:51:47 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ @@ -14,7 +14,6 @@ # include "RT.hpp" - typedef enum e_job_status { WAITING, diff --git a/includes/RT/Window.hpp b/includes/RT/Window.hpp index b63bacc..69e9bb9 100644 --- a/includes/RT/Window.hpp +++ b/includes/RT/Window.hpp @@ -6,7 +6,7 @@ /* By: ycontre +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/10/13 16:15:41 by TheRed #+# #+# */ -/* Updated: 2025/03/18 16:23:53 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 16:53:03 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/srcs/RT.cpp b/srcs/RT.cpp index d01963d..d3feec0 100644 --- a/srcs/RT.cpp +++ b/srcs/RT.cpp @@ -6,7 +6,7 @@ /* By: ycontre +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/09/27 14:51:49 by TheRed #+# #+# */ -/* Updated: 2025/03/18 16:32:42 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 16:52:17 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/srcs/class/Clusterizer/client.cpp b/srcs/class/Clusterizer/client.cpp index e875a52..7829db1 100644 --- a/srcs/class/Clusterizer/client.cpp +++ b/srcs/class/Clusterizer/client.cpp @@ -6,7 +6,7 @@ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/20 21:08:38 by tomoron #+# #+# */ -/* Updated: 2025/03/18 16:35:33 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 16:54:22 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/srcs/class/Clusterizer/imgui.cpp b/srcs/class/Clusterizer/imgui.cpp index cbaf12d..28c85fe 100644 --- a/srcs/class/Clusterizer/imgui.cpp +++ b/srcs/class/Clusterizer/imgui.cpp @@ -6,7 +6,7 @@ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/22 19:52:51 by tomoron #+# #+# */ -/* Updated: 2025/02/25 22:26:44 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 16:56:04 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/srcs/class/Clusterizer/server.cpp b/srcs/class/Clusterizer/server.cpp index 59940a7..0dd6d22 100644 --- a/srcs/class/Clusterizer/server.cpp +++ b/srcs/class/Clusterizer/server.cpp @@ -6,7 +6,7 @@ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/20 21:08:38 by tomoron #+# #+# */ -/* Updated: 2025/03/18 16:36:02 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 16:55:30 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ @@ -361,5 +361,7 @@ void Clusterizer::updateServer(void) } } } + if(dispatchJobs()) + didSomething = 1; } } diff --git a/srcs/class/Window.cpp b/srcs/class/Window.cpp index f76901b..63c75e6 100644 --- a/srcs/class/Window.cpp +++ b/srcs/class/Window.cpp @@ -6,7 +6,7 @@ /* By: ycontre +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/10/13 16:16:24 by TheRed #+# #+# */ -/* Updated: 2025/03/18 16:24:39 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 16:53:17 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */