[CRIU] [PATCH 5/6] compel: plugins,fds -- Fix log.h inclusion

Cyrill Gorcunov gorcunov at gmail.com
Fri Nov 18 04:29:15 PST 2016


On Fri, Nov 18, 2016 at 02:09:49PM +0300, Pavel Emelyanov wrote:
> >  
> > +#include "uapi/std/log.h"
> >  #include "std-priv.h"
> > -#include "log.h"
> > +
> > +/*
> > + * FIXME pr_X helpers should go into some
> > + * common/pr-base.h header.
> > + */
> > +#define pr_err(fmt, ...)
> 
> Huh? Shouldn't this be in log-plugin?

Not yet. Log plugin provides only helper functions
for now, not macros. I'm planning to move macros
in some common/pr-base.h as comment says.


More information about the CRIU mailing list