Re: [RFC][PATCH 0/2] New API to change the IDs of an existing IPC

2007-10-01 Thread Pierre Peiffer
Michael Kerrisk a écrit : > Hi Pierre, > >> As I'm seeing some discussion/interest about IPC, I would like to >> propose >> these patches, which provide an easy way to change the ID of an exiting IPC. >> This work is done around the checkpoint/restart of applications. In the case >> o

Re: [RFC][PATCH 0/2] New API to change the IDs of an existing IPC

2007-09-29 Thread Michael Kerrisk
Hi Pierre, > As I'm seeing some discussion/interest about IPC, I would like to > propose > these patches, which provide an easy way to change the ID of an exiting IPC. > This work is done around the checkpoint/restart of applications. In the case > of > the IPCs, we need (among others)

[RFC][PATCH 0/2] New API to change the IDs of an existing IPC

2007-09-28 Thread Pierre Peiffer
Hi, As I'm seeing some discussion/interest about IPC, I would like to propose these patches, which provide an easy way to change the ID of an exiting IPC. This work is done around the checkpoint/restart of applications. In the case of the IPCs, we need (among others) this functionality.