You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(** [generate force ()] is to generate order, return the order and a list for device name changes (old_name, new_name).
84
-
When the [force] is [true], use the initial rules only. By default it is [false]. *)
79
+
valgenerate : OrderedDev.tlist -> OrderedDev.tlist* (string*string) list
80
+
(** [generate last_order] is to generate an order based on [last_order], return the new order and a list for device name changes (old_name, new_name). *)
0 commit comments