Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoltanLajosKis committed Nov 23, 2011
1 parent e4d14cb commit 1278243
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ Sent when either party sends a valid OpenFlow message.

{
"id" : Buffer, // identifier of the session this message was sent in
"at" : Date // timestamp of the event
"by" : "switch" | "controller" // the party sending the message
"at" : Date, // timestamp of the event
"by" : "switch" | "controller", // the party sending the message
"message" : Object, // message object by oflib-node
"warnings" : ["description"] // (optional) if there were semantic warnings in the message, they are listed here
}

Expand Down

0 comments on commit 1278243

Please sign in to comment.