quality: Add test cases for desc stats message
This commit is contained in:
parent
794f2f3fca
commit
7055dfd93b
4 changed files with 115 additions and 20 deletions
|
|
@ -44,7 +44,7 @@ defmodule Openflow.Multipart.Aggregate.Reply do
|
|||
}
|
||||
end
|
||||
|
||||
@spec to_binary(t()) :: <<_::192>>
|
||||
@spec to_binary(t()) :: <<_::64, _::_*8>>
|
||||
def to_binary(aggregate) do
|
||||
<<
|
||||
Openflow.Multipart.Reply.header(aggregate)::bytes,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue