The maximum in-degree of a node is now 3: its parent, and each of its children.
authorDana Jansens <danakj@orodu.net>
Mon, 2 Nov 2009 21:13:52 +0000 (16:13 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 12 Nov 2009 21:54:06 +0000 (16:54 -0500)
glib/gtree.c

index 3a6daf894161a39818f6fdf07bb7b4961b44fac0..368fba95c469f9b39c9081591ff4afa70f218f1c 100644 (file)
@@ -36,7 +36,7 @@
 #undef G_TREE_DEBUG
 
 #define MAX_OUT_DEGREE 3
-#define MAX_IN_DEGREE 5
+#define MAX_IN_DEGREE 3
 
 typedef struct _GTreeRootVersion   GTreeRootVersion;
 typedef struct _GTreeNodeVersion   GTreeNodeVersion;