Commit cb0883f
committed
broker: move module handlers into modhash.c
Problem: the message handlers for managing modules are in
the huge broker.c, which makes them tricky to follow.
Move module message handlers over to modhash.c and register
them under the "module" service name:
broker.insmod -> module.load
broker.rmmod -> module.remove
broker.lsmod -> module.list
broker.module-status -> module.status
broker.module-debug -> module.debug
Other than the service name change and the source relocation,
there are no substantive code changes in this commit.
Update users and tests.1 parent 79bd0b0 commit cb0883f
File tree
10 files changed
+555
-512
lines changed- src
- broker
- cmd
- common/libflux
- t
10 files changed
+555
-512
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
0 commit comments