Thanks for pointing both out, I really should do it.
On Tue, Oct 8, 2013 at 8:46 PM, Ben Pfaff wrote:
> On Tue, Oct 08, 2013 at 08:44:33PM -0700, Ben Pfaff wrote:
> > On Tue, Oct 08, 2013 at 06:23:15PM -0700, Alex Wang wrote:
> > > This commit adds a new function "cfm_wake_time()" that returns
On Tue, Oct 08, 2013 at 08:44:33PM -0700, Ben Pfaff wrote:
> On Tue, Oct 08, 2013 at 06:23:15PM -0700, Alex Wang wrote:
> > This commit adds a new function "cfm_wake_time()" that returns the
> > next wakeup time associated with the "struct cfm".
> >
> > Signed-off-by: Alex Wang
>
> Same comment
On Tue, Oct 08, 2013 at 06:23:15PM -0700, Alex Wang wrote:
> This commit adds a new function "cfm_wake_time()" that returns the
> next wakeup time associated with the "struct cfm".
>
> Signed-off-by: Alex Wang
Same comment as for the previous bfd version.
This commit adds a new function "cfm_wake_time()" that returns the
next wakeup time associated with the "struct cfm".
Signed-off-by: Alex Wang
---
v1 -> v2:
- rebase to master.
---
lib/cfm.c | 18 ++
lib/cfm.h |1 +
2 files changed, 19 insertions(+)
diff --git a/lib/cfm.