From 6d85bf57d1265a52072f230826ad72154c2cc558 Mon Sep 17 00:00:00 2001
From: tewk <tewk@unknown>
Date: Mon, 17 Jun 2002 14:54:20 +0000
Subject: [PATCH] Added controller module for the slurmd commented out the
 debug main define for src/slurmd/read_proc.c

---
 src/slurmd/Makefile.am | 3 ++-
 src/slurmd/read_proc.c | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/slurmd/Makefile.am b/src/slurmd/Makefile.am
index 5fc1b6671c4..9e1fe9dee3b 100644
--- a/src/slurmd/Makefile.am
+++ b/src/slurmd/Makefile.am
@@ -25,7 +25,8 @@ noinst_PROGRAMS = $(test_modules)
 LDADD = $(top_srcdir)/src/common/libcommon.la
 
 slurmd_SOURCES = get_mach_stat.c \
-                 read_proc.c
+                 read_proc.c \
+		 controller.c
 
 # target specific CFLAGS do not work until automake 1.5, use explicit rules
 # for now. If we ever move to 1.5, the CFLAGS defs below should work in
diff --git a/src/slurmd/read_proc.c b/src/slurmd/read_proc.c
index 95ad9cd6e8b..485541c05e9 100644
--- a/src/slurmd/read_proc.c
+++ b/src/slurmd/read_proc.c
@@ -38,7 +38,7 @@ struct sess_record {
 struct sess_record *session_ptr;
 
 #define BUF_SIZE 1024
-#define DEBUG_MODULE 1
+#define DEBUG_MODULE 0 
 #define DEBUG_SYSTEM 1
 
 int dump_proc(int uid, int sid);
-- 
GitLab