Skip to content
Snippets Groups Projects
Commit 6d85bf57 authored by tewk's avatar tewk
Browse files

Added controller module for the slurmd

commented out the debug main define for src/slurmd/read_proc.c
parent ecad8564
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment