[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 2/2] mini-os: remove gnttab specific member from struct file
The event channel specific union member in struct file is no longer needed, so remove it Signed-off-by: Juergen Gross <jgross@xxxxxxxx> --- include/lib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/lib.h b/include/lib.h index cbfeea3..b82e285 100644 --- a/include/lib.h +++ b/include/lib.h @@ -180,7 +180,6 @@ struct file { union { int fd; /* Any fd from an upper layer. */ void *dev; - struct gntmap gntmap; }; }; -- 2.26.2
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |