Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
static void
5
checkpoint()
6
{
7
printf(
"\n*** The plugin is being called before checkpointing. ***\n"
);
8
}
9
10
static void
11
resume()
Callers
1
example_event_hook
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected