X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink.h;h=24651836f43424b66cff98d58e58bb44b4a0c385;hb=ba799a101d57c55d4cbf602511aa24c32a5b735e;hp=30c118e7dfa8890a5d6290afa4538e6ab36aebd2;hpb=2200060c4eaadae36b8150aa33b0db7c0d74722f;p=meshlink diff --git a/src/meshlink.h b/src/meshlink.h index 30c118e7..24651836 100644 --- a/src/meshlink.h +++ b/src/meshlink.h @@ -67,8 +67,9 @@ typedef enum { // Device class typedef enum { - STATIONARY = 1, - PORTABLE = 2 + BACKBONE = 1, + STATIONARY = 2, + PORTABLE = 3 } dclass_t; /// A variable holding the last encountered error from MeshLink.