This page is very important (I believe). It describes what can change in a tasks' environment after a C/R cycle. If a software you're using depends on either item from the list below, it may break after C/R
+
This page is very important (I believe). It describes what can change in a tasks' environment after a C/R cycle. If a software you're using depends on either item from the list below, it may break after C/R. The list is incomplete, but we do our best to make it contain relevant data.
; Per-task statistics
; Per-task statistics
Line 12:
Line 12:
; Mount points IDs
; Mount points IDs
: The numbers from first 2 columns of <code>/proc/$pid/mountinfo</code>
: The numbers from first 2 columns of <code>/proc/$pid/mountinfo</code>
+
+
; Sockets IDs
+
: If you stat() a file descriptor with a socket the st_ino value can be used as unique socket ID. This value does changes after C/R as these IDs are global and we have no API to restore one.