unit_serialize_item() was dropped in
d68c645bd3323ae1f0dfcb8fd74ea6b19681db8a.
But "cannot be restored from other sources" is also not entirely true: for
example for mounts we may be able to figure out most state from /p/s/mountinfo.
So let's make the comment more oblique.
bool (*can_reload)(Unit *u);
- /* Write all data that cannot be restored from other sources
- * away using unit_serialize_item() */
+ /* Serialize state and file descriptors that should be carried over into the new
+ * instance after reexecution. */
int (*serialize)(Unit *u, FILE *f, FDSet *fds);
/* Restore one item from the serialization */