# | Line 24 | Line 24 | import _statgrab | |
---|---|---|
24 | ||
25 | def sg_init(): | |
26 | return _statgrab.py_sg_init() | |
27 | + | def sg_snapshot(): |
28 | + | return _statgrab.py_sg_snapshot() |
29 | + | def sg_shutdown(): |
30 | + | return _statgrab.py_sg_shutdown() |
31 | def sg_drop_privileges(): | |
32 | return _statgrab.py_sg_drop_privileges() | |
33 | def sg_set_error(code, arg=''): |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |