[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/2] ocaml/xb: update xb.mli in accordance with df1e4c6e7f8
> On 7. Feb 2018, at 17:09, Wei Liu <wei.liu2@xxxxxxxxxx> wrote: > > Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> > --- > tools/ocaml/libs/xb/xb.mli | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tools/ocaml/libs/xb/xb.mli b/tools/ocaml/libs/xb/xb.mli > index b4d705201f..95d1c6f840 100644 > --- a/tools/ocaml/libs/xb/xb.mli > +++ b/tools/ocaml/libs/xb/xb.mli > @@ -76,10 +76,10 @@ type t = { > val init_partial_in : unit -> partial_buf > val reconnect : t -> unit > val queue : t -> Packet.t -> unit > -val read_fd : backend_fd -> 'a -> string -> int -> int > +val read_fd : backend_fd -> 'a -> bytes -> int -> int > val read_mmap : backend_mmap -> 'a -> string -> int -> int > val read : t -> string -> int -> int > -val write_fd : backend_fd -> 'a -> string -> int -> int > +val write_fd : backend_fd -> 'a -> bytes -> int -> int > val write_mmap : backend_mmap -> 'a -> string -> int -> int > val write : t -> string -> int -> int > val output : t -> bool > -- > 2.11.0 > Acked-by: Christian Lindig <christian.lindig@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |