Skip to content

Commit

Permalink
Merge pull request #503 from lienboe/update_inject_event
Browse files Browse the repository at this point in the history
inject_event now adds FromNode messages to node_buffer
  • Loading branch information
domsj committed Aug 22, 2014
2 parents 00b785b + a0efbe6 commit 29f693d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/node/node_main.ml
Expand Up @@ -702,7 +702,9 @@ let _main_2 (type s)
(fun u -> Lwt_buffer.add u client_buffer)
fc),
"client_buffer"
| Multi_paxos.FromNode _
| Multi_paxos.FromNode (m,source) ->
(fun () -> Lwt_buffer.add (Mp_msg.MPMessage.generic_of m, source) node_buffer),
"node_buffer"
| Multi_paxos.LeaseExpired _
| Multi_paxos.Quiesce _
| Multi_paxos.Unquiesce
Expand Down

0 comments on commit 29f693d

Please sign in to comment.