Re: [RFC 3/3] man-pages: Add man page for vmpressure_fd(2)
From: Rik van Riel <hidden>
Date: 2012-11-07 14:16:46
Also in:
linux-mm, lkml
From: Rik van Riel <hidden>
Date: 2012-11-07 14:16:46
Also in:
linux-mm, lkml
On 11/07/2012 06:01 AM, Anton Vorontsov wrote:
Configuration
vmpressure_fd(2) accepts vmpressure_config structure to configure
the notifications:
struct vmpressure_config {
__u32 size;
__u32 threshold;
};
size is a part of ABI versioning and must be initialized to
sizeof(struct vmpressure_config).If you want to use a versioned ABI, why not pass in an actual version number? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>