[CRIU] [rfc 0/3] Dump external inet sockets.

Cyrill Gorcunov gorcunov at openvz.org
Fri Mar 7 06:43:44 PST 2014


Hi guys, please take a look. I've only compile tested it.

Inti, could you please check if it does a trick for your
java application? The plugin code itself is in first
patch.

Cyrill Gorcunov (3):
  plugin: Add tcp close-wait helper
  plugins: Introduce entry points for external inet sockets plugins
  inet: Introduce external inet sockets plugin call

 include/criu-plugin.h  |  3 +++
 include/plugin.h       |  3 +++
 plugin.c               | 17 ++++++++++++
 plugins/Makefile       |  5 ++++
 plugins/plugin-inet.c  | 57 +++++++++++++++++++++++++++++++++++++++
 protobuf/sk-inet.proto |  6 +++++
 sk-inet.c              | 72 +++++++++++++++++++++++++++++++++++++++++++++++++-
 7 files changed, 162 insertions(+), 1 deletion(-)
 create mode 100644 plugins/Makefile
 create mode 100644 plugins/plugin-inet.c

-- 
1.8.3.1



More information about the CRIU mailing list