[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <546EF913.8030207@gmail.com>
Date: Fri, 21 Nov 2014 09:34:27 +0100
From: Harald Hoyer <harald.hoyer@...il.com>
To: linux-kernel@...r.kernel.org
Subject: Re: kdbus: add header file
On 21.11.2014 06:02, Greg Kroah-Hartman wrote:
> From: Daniel Mack <daniel@...que.org>
> …
> +
> +/**
> + * enum kdbus_make_flags - Flags for KDBUS_CMD_{BUS,EP,NS}_MAKE
> + * @KDBUS_MAKE_ACCESS_GROUP: Make the device node group-accessible
> + * @KDBUS_MAKE_ACCESS_WORLD: Make the device node world-accessible
> + */
> +enum kdbus_make_flags {
> + KDBUS_MAKE_ACCESS_GROUP = 1ULL << 0,
> + KDBUS_MAKE_ACCESS_WORLD = 1ULL << 1,
> +};
> +
"device node"
…
> +/**
> + * Ioctl API
> + * KDBUS_CMD_BUS_MAKE: After opening the "control" device node, this
> + * command creates a new bus with the specified
> + * name. The bus is immediately shut down and
> + * cleaned up when the opened "control" device node
> + * is closed.
"device node"
> + * KDBUS_CMD_ENDPOINT_MAKE: Creates a new named special endpoint to talk to
> + * the bus. Such endpoints usually carry a more
> + * restrictive policy and grant restricted access
> + * to specific applications.
> + * KDBUS_CMD_HELLO: By opening the bus device node a connection is
> + * created. After a HELLO the opened connection
> + * becomes an active peer on the bus.
"device node"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists