X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=ipc%2Futil.h;h=0e3d79037a2aef3ffd9323f0940d8e2ba3670227;hb=b6b337ad1c1d6fe11b09b35d75464b84b3e11f07;hp=f37d160c98fe7c5c42b44d9611979a4a79d793fc;hpb=0c40ba4fd64f98e7a5cba8ffaedbd68642a85700;p=safe%2Fjmp%2Flinux-2.6 diff --git a/ipc/util.h b/ipc/util.h index f37d160..0e3d790 100644 --- a/ipc/util.h +++ b/ipc/util.h @@ -124,6 +124,8 @@ extern void free_msg(struct msg_msg *msg); extern struct msg_msg *load_msg(const void __user *src, int len); extern int store_msg(void __user *dest, struct msg_msg *msg, int len); +extern void recompute_msgmni(struct ipc_namespace *); + static inline int ipc_buildid(int id, int seq) { return SEQ_MULTIPLIER * seq + id;