Skip to content

Commit

Permalink
export info and debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm authored and samoht committed Jun 6, 2015
1 parent 38f2036 commit 0c14900
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tcp/segment.mli
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

(** TCP segments *)

val info : Log.t
val debug : Log.t

(** The receive queue stores out-of-order segments, and can coalesece
them on input and pass on an ordered list up the stack to the
application.
Expand Down

0 comments on commit 0c14900

Please sign in to comment.