Re: [lxc-devel] [PATCH] lua: implement usleep in C module

2013-09-05 Thread Dwight Engen
On Thu, 5 Sep 2013 14:33:28 +0200 Natanael Copa wrote: > So we avoid running os.execute > > Signed-off-by: Natanael Copa This is very nice, thanks. Note this patch is on top of Natanael's 5.1 -> 5.2 patch, it will need to be updated if we apply my 5.1 -> 5.2 instead. Either way, this is much

[lxc-devel] [PATCH] lua: implement usleep in C module

2013-09-05 Thread Natanael Copa
So we avoid running os.execute Signed-off-by: Natanael Copa --- src/lua-lxc/core.c | 9 + src/lxc/lxc-top| 12 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/lua-lxc/core.c b/src/lua-lxc/core.c index d404707..504e147 100644 --- a/src/lua-lxc/core.c