Skip to content

Commit

Permalink
Fixed type in status. Switched to forked zmqpp. Updated ensure module.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdl83 committed Aug 18, 2024
1 parent 7dd85fe commit 607bc1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "zmqpp"]
path = zmqpp
url = https://github.com/zeromq/zmqpp
url = https://github.com/wdl83/zmqpp
[submodule "ensure"]
path = ensure
url = https://github.com/wdl83/ensure
4 changes: 2 additions & 2 deletions MDP.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ constexpr auto serviceUnsupported = "service unsupported";
constexpr auto serviceBusy = "service busy";
constexpr auto serviceRegistered = "service registered";
constexpr auto serviceFailure = "service failure";
constexpr auto statusSucess = "sucess";
constexpr auto statusSucess = "success";
constexpr auto statusFailure = "failure";
}

Expand All @@ -166,7 +166,7 @@ constexpr auto statusFailure = "failure";
* Frame 1: Empty (zero bytes, invisible to REQ application)
* Frame 2: "MDPC01" (six bytes, representing MDP/Client v0.1)
* Frame 3: Service name (printable string)
* Frame 4: status (sucess | failure)
* Frame 4: status (success | failure)
* Frames 5+: Reply body (opaque binary) */
template <typename ...T_n>
Message makeSucessClientRep(
Expand Down
2 changes: 1 addition & 1 deletion ensure
Submodule ensure updated 1 files
+20 −3 Trace.h

0 comments on commit 607bc1d

Please sign in to comment.