[CRIU] [PATCH 5/7] protobuf: Introduce ns_file_entry

Cyrill Gorcunov gorcunov at openvz.org
Thu May 9 14:54:33 EDT 2013


On Thu, May 09, 2013 at 09:54:34PM +0400, Pavel Emelyanov wrote:
> > diff --git a/protobuf/nsfile.proto b/protobuf/nsfile.proto
> > new file mode 100644
> > index 0000000..5659ff2
> > --- /dev/null
> > +++ b/protobuf/nsfile.proto
> > @@ -0,0 +1,5 @@
> > +message ns_file_entry {
> > +	required uint32		id	= 1;
> > +	required uint32		ns_id	= 2;
> 
> How about namespace type?

plain ns_id is enough for identification, but sure I can add type.

	Cyrill


More information about the CRIU mailing list