mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
sk-unix: print message when adding fake queuers
This would help to understand restore logs of unix sockets. Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com> (cherry picked from commit ae1bc673960ce7679527a7fb13cb5dcf8aaf5890) Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@futurfusion.io>
This commit is contained in:
parent
83fe016b44
commit
3a08a23b13
1 changed files with 2 additions and 0 deletions
|
|
@ -2259,6 +2259,8 @@ int add_fake_unix_queuers(void)
|
|||
{
|
||||
struct unix_sk_info *ui;
|
||||
|
||||
pr_info("Adding fake unix queuers\n");
|
||||
|
||||
list_for_each_entry(ui, &unix_sockets, list) {
|
||||
if ((ui->ue->uflags & (USK_EXTERN | USK_CALLBACK)) || ui->queuer)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue