[CRIU] [PATCH 4/5] plugin: allow to use logging function in plugins

Cyrill Gorcunov gorcunov at gmail.com
Thu Dec 5 10:23:07 PST 2013


On Thu, Dec 05, 2013 at 10:19:41PM +0400, Andrey Wagin wrote:
> 2013/12/5 Pavel Emelyanov <xemul at parallels.com>:
> > On 12/05/2013 09:58 PM, Andrey Vagin wrote:
> >
> > Some comment would be great. In particular -- what this allowance mean?
> > Just moving the stuff into headers? Why does it help?
> 
> criu-plugin.h is a "public" header. It contains prototypes of
> functions, which can be used by plugins. A plugin is linked with criu,
> so it can call any function of criu.

Yeah. And I think this is usefull as well. Except I think we might need to
stick to the same way as done in linux sources, ie lets create uapi/
directory and put headers there?


More information about the CRIU mailing list