Projects STRLCPY criu Commits 5e97706a
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    criu/include/pipes.h
    skipped 49 lines
    50 50   PipeEntry *pe;
    51 51   struct list_head pipe_list; /* All pipe_info with the same pipe_id
    52 52   * This is pure circular list without head */
    53  - struct list_head list; /* list head for fdinfo_list_entry-s */
     53 + struct list_head list; /* global list of pipes */
    54 54   struct file_desc d;
    55 55   unsigned int create : 1,
    56 56   reopen : 1;
    skipped 8 lines
Please wait...
Page is in error, reload to recover