Skip to content

Commit

Permalink
add from id to messages
Browse files Browse the repository at this point in the history
Signed-off-by: wanderer <mjbecze@gmail.com>
  • Loading branch information
wanderer committed Aug 23, 2017
1 parent 1650f6c commit 1113088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ module.exports = class Kernel {
send (port, message) {
message._hops++
message._fromTicks = this.ticks
message.fromId = this.id
this.ports.removeSentPorts(message)

return this.hypervisor.send(port, message)
Expand Down

0 comments on commit 1113088

Please sign in to comment.