MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cluster_init

Function cluster_init

dpdk/lib/graph/graph_stats.c:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261static void
262cluster_init(struct cluster *cluster)
263{
264 memset(cluster, 0, sizeof(*cluster));
265}
266
267static int
268cluster_add(struct cluster *cluster, struct graph *graph)

Callers 1

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected