0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 10:12:39 +01:00

ircd::info: Add section label comment. [skip ci]

This commit is contained in:
Jason Volk 2019-09-14 12:13:51 -07:00
parent 56c025ab7b
commit 8dac4c5a03

View file

@ -50,6 +50,8 @@ namespace ircd::info
extern const size_t aio_max;
extern const size_t aio_reqprio_max;
extern const size_t clk_tck;
// Resource limitations
extern const size_t rlimit_as;
extern const size_t rlimit_data;
extern const size_t rlimit_rss;