Skip to content

Commit 3d4d4ff

Browse files
committed
shell: move cyclic taskmap plugin into subdir
Problem: Builtin shell taskmap plugins are currently stored at the top level in src/shell, but it would be better to keep these in a subdirectory to avoid naming confusion. Move the cyclic taskmap plugin into src/shell/taskmap.
1 parent 9731011 commit 3d4d4ff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/shell/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ flux_shell_SOURCES = \
8989
doom.c \
9090
exception.c \
9191
rlimit.c \
92-
cyclic.c \
92+
taskmap/cyclic.c \
9393
signal.c \
9494
files.c \
9595
oom.c \

0 commit comments

Comments
 (0)