aboutsummaryrefslogtreecommitdiffstats
path: root/gg_map/gg_map.c
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-12-11 10:28:18 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-12-11 10:28:18 +0100
commitf0de35856164b5bfb7a93d721a142e459d0ace2b (patch)
tree9c6e54429b28c26e1961193a60c2fdb7cf5737a0 /gg_map/gg_map.c
parentsend egraph blobs on glouglou data packets (diff)
downloadglouglou-f0de35856164b5bfb7a93d721a142e459d0ace2b.tar.xz
glouglou-f0de35856164b5bfb7a93d721a142e459d0ace2b.zip
force node size for now
Diffstat (limited to '')
-rw-r--r--gg_map/gg_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gg_map/gg_map.c b/gg_map/gg_map.c
index 9ee526c..b89e57b 100644
--- a/gg_map/gg_map.c
+++ b/gg_map/gg_map.c
@@ -101,7 +101,7 @@ _conn_data(int id, int size) {
a = ggnet_node_usrdata_get(ggnet_conn_src_get(conn));
b = ggnet_node_usrdata_get(ggnet_conn_dst_get(conn));
- egraph_vertice_send_blob(_egraph, a, b, size, 0xFF000000);
+ egraph_vertice_send_blob(_egraph, a, b, 8, 0xFF000000);
}
int