Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit fd4fef44f0f0e32d26d949353a8b3910b2c9a490 Author: Antonio Quartulli a@unstable.cc Date: Sat May 28 16:20:07 2011 +0000
doc: batman-adv/Uevent
fd4fef44f0f0e32d26d949353a8b3910b2c9a490 batman-adv/Uevent.textile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/batman-adv/Uevent.textile b/batman-adv/Uevent.textile index 4c1710ba..4fcdf4cb 100644 --- a/batman-adv/Uevent.textile +++ b/batman-adv/Uevent.textile @@ -7,7 +7,8 @@ This will probably enable several applications to interact with B.A.T.M.A.N.
*Function prototype:*
-<pre>int throw_uevent(struct bat_priv *bat_priv, enum uev_type type, enum uev_action action, const char *data);</pre> +<pre>int throw_uevent(struct bat_priv *bat_priv, enum uev_type type, + enum uev_action action, const char *data);</pre>
* type: is the class the uevent belongs to. It is possible to specify new classes into B.A.T.M.A.N. to distinguish between not related uevents * action: is the class related event that has to be signaled