Displaying 2 results from an estimated 2 matches for "3441,12".
Did you mean:
341,12
2019 Aug 13
0
[PATCH libnbd 1/6] generator: Share single list of all Closures.
...;
- cbname
- with Not_found ->
- (* Otherwise add it to the hash. *)
- Hashtbl.add h cbname cbargs
- )
- | _ -> ()
- ) all_args
- in
-
(* Check functions using may_set_error. *)
List.iter (
function
@@ -3478,20 +3441,12 @@ let print_cbarg_list ?(valid_flag = true) ?(types = true) cbargs =
(* Callback typedefs in <libnbd.h> *)
let print_closure_typedefs () =
- let all_cls =
- List.map (
- fun (_, { args }) ->
- filter_map (function Closure cl -> Some cl | _ -> None) args
- )...
2019 Aug 13
12
[PATCH 0/6] Implement OClosure.
Patches 1-4 are basically uncontroversial, straightforward refactoring
and IMHO we should just push them. Possibly 1-3 should be squashed
together, but I posted them separately so they are easier to review.
Patches 5 and 6 together implement OClosure. Patch 5 adds the feature
and is simple to understand.
Patch 6 changes the Closure completion callbacks into OClosure, but
because it doesn't