MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / checkpoint

Function checkpoint

test/plugin/example/example.c:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "dmtcp.h"
3
4static void
5checkpoint()
6{
7 printf("\n*** The plugin is being called before checkpointing. ***\n");
8}
9
10static void
11resume()

Callers 1

example_event_hookFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected