commit | b5ba1cc6260917926781fb79fbb05d53bf586d53 | [log] [tgz] |
---|---|---|
author | qiaonuohan <qiaonuohan@cn.fujitsu.com> | Tue Feb 18 14:11:25 2014 +0800 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Fri Feb 28 11:49:02 2014 -0500 |
tree | f0fe01eb78658d62600c83a58d7dbb0f2e1480e9 | |
parent | fbb0621a0f7aae2803d7460fc225402f9ea92000 [diff] |
dump: const-qualify the buf of WriteCoreDumpFunction WriteCoreDumpFunction is a function pointer that points to the function used to write content in "buf" into core file, so "buf" should be const-qualify. Signed-off-by: Qiao Nuohan <qiaonuohan@cn.fujitsu.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>