]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
deploy: 328387f411cd793acb48aa990d6e72c9feb46713
authordrakenclimber <drakenclimber@users.noreply.github.com>
Mon, 16 Jun 2025 13:47:13 +0000 (13:47 +0000)
committerdrakenclimber <drakenclimber@users.noreply.github.com>
Mon, 16 Jun 2025 13:47:13 +0000 (13:47 +0000)
libcgroup-internal_8h_source.html

index 500b61bd04ea79c11a12d6a37d9cef370c72587d..de8931939c9bf6e8618494d9437ebfc87b44b121 100644 (file)
@@ -114,7 +114,7 @@ $(function(){ initResizable(false); });
 <div class="line"><a id="l00027" name="l00027"></a><span class="lineno">   27</span><span class="preprocessor">#include &lt;sys/stat.h&gt;</span></div>
 <div class="line"><a id="l00028" name="l00028"></a><span class="lineno">   28</span><span class="preprocessor">#include &lt;sys/types.h&gt;</span></div>
 <div class="line"><a id="l00029" name="l00029"></a><span class="lineno">   29</span> </div>
-<div class="line"><a id="l00030" name="l00030"></a><span class="lineno">   30</span><span class="preprocessor">#define MAX_MNT_ELEMENTS    16  </span><span class="comment">/* Maximum number of mount points/controllers */</span><span class="preprocessor"></span></div>
+<div class="line"><a id="l00030" name="l00030"></a><span class="lineno">   30</span><span class="preprocessor">#define MAX_MNT_ELEMENTS    17  </span><span class="comment">/* Maximum number of mount points/controllers */</span><span class="preprocessor"></span></div>
 <div class="line"><a id="l00031" name="l00031"></a><span class="lineno">   31</span><span class="preprocessor">#define MAX_GROUP_ELEMENTS  128 </span><span class="comment">/* Estimated number of groups created */</span><span class="preprocessor"></span></div>
 <div class="line"><a id="l00032" name="l00032"></a><span class="lineno">   32</span> </div>
 <div class="line"><a id="l00033" name="l00033"></a><span class="lineno">   33</span><span class="preprocessor">#define CG_CONTROL_VALUE_MAX    4096    </span><span class="comment">/* Maximum length of a value */</span><span class="preprocessor"></span></div>