Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mirage/mirage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c68ed7766ad
Choose a base ref
...
head repository: mirage/mirage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 987e06de384a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 17, 2015

  1. Verified

    This commit was signed with the committer’s verified signature.
    bendevnull bendevnull
    Copy the full SHA
    b7f2200 View commit details
  2. Merge pull request #431 from samoht/master

    Expose FS.page_aligned_buffer = Cstruct.t in the API
    samoht committed Jul 17, 2015
    Copy the full SHA
    987e06d View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 types/V1_LWT.mli
1 change: 1 addition & 0 deletions types/V1_LWT.mli
Original file line number Diff line number Diff line change
@@ -110,6 +110,7 @@ module type BLOCK = BLOCK
(** FS *)
module type FS = FS
with type 'a io = 'a Lwt.t
and type page_aligned_buffer = Cstruct.t

type socket_stack_config =
Ipaddr.V4.t list