commit | 5fd2684160c474890a36746b4dd2d52cd892972a | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Mon Nov 16 18:51:04 2009 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Mon Nov 16 20:28:18 2009 +0300 |
tree | dd7276072744c9b7ee1936057df6e8d1c249157d | |
parent | 32d5e111af536d90dd47841ab5f32e98e66ef36b [diff] |
src/lib/config.c: add/use conf_store_ulong() There are a few places in the code which do the same thing -- store a unsigned long parameter into config. Separate that code as a function conf_store_ulong() and use it. Signed-off-by: Kir Kolyshkin <kir@openvz.org>