]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/config.h: declaration of config_option as struct
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 6 Feb 2013 15:03:09 +0000 (16:03 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 11 Feb 2013 10:38:01 +0000 (11:38 +0100)
commit79c95a651c29b1e50240b10ee730d5b5df222534
tree60ef1d74587ad255ceb6d3da249ffe79f3e8b3f9
parent778c45cd263ba10b7a25c7759cf6cbf651b5f862
common/config.h: declaration of config_option as struct

Change declaration of config_option from 'class' to 'struct' since
it's defined as struct and used this way (access members). The declaration
as class doesn't change the behaviour.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/common/config.h