mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 11:04:35 +00:00
restore: Drop bogus comment
Even u64 address might consume not greater than 20 bytes of string so 128 is enough and safe here. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
parent
335639dc7c
commit
bf9a873866
1 changed files with 1 additions and 2 deletions
|
|
@ -158,9 +158,8 @@ static void shmem_update_real_pid(int vpid, int rpid)
|
|||
|
||||
static int shmem_wait_and_open(struct shmem_info *si)
|
||||
{
|
||||
/* FIXME - not good */
|
||||
char path[128];
|
||||
unsigned long time = 1000;
|
||||
char path[128];
|
||||
|
||||
sleep(1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue