[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] Connect in ethif
Hi Mindy, The only functionality of "connect" in ethif.ml is returning the input argument (and adding a trace label): let connect netif = MProf.Trace.label "ethif.connect"; return (`Ok { netif }) so, what is the circumstance that this function would be called? On Thursday, March 19, 2015 10:19 AM, Ania Skorupa <ania.skorupa@xxxxxxxxx> wrote: Hi all, I am wondering if connect function in ethif is required, as it almost does nothing. I guess netif is the argument to the functor ethif, which has already connected to an interface through its own connect function. Thanks. _______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |