mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 06:01:23 +00:00
TIPC: Updated topology subscription protocol according to latest spec
This patch makes it explicit in the API that all fields in subscriptions and events exchanged with the Topology Server must be in network byte order. It also ensures that all fields of a subscription are compared when cancelling a subscription, in order to avoid inadvertent cancelling of the wrong subscription. Finally, the tipc module version is updated to 2.0.0, to reflect the API change. Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4595691455
commit
c6537d6742
3 changed files with 23 additions and 24 deletions
|
@ -49,7 +49,7 @@
|
|||
#include "config.h"
|
||||
|
||||
|
||||
#define TIPC_MOD_VER "1.6.4"
|
||||
#define TIPC_MOD_VER "2.0.0"
|
||||
|
||||
#ifndef CONFIG_TIPC_ZONES
|
||||
#define CONFIG_TIPC_ZONES 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue