-
Type:
Task
-
Resolution: Won't Fix
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Service Arch
-
None
-
None
-
None
-
None
-
None
-
None
-
None
RPC has its own implementation of appendCommandStatus ("augmentReplyWithStatus") written to avoid dependency cycles. We should move appendCommandStatus to the command_status library in rpc.
The opposite method, getStatusFromCommandResult already lives there, so that actually will result in a nice symmetry.