Code

store: Let sdb_store_attribute() accept const arguments.
authorSebastian Harl <sh@tokkee.org>
Thu, 1 Aug 2013 23:47:39 +0000 (16:47 -0700)
committerSebastian Harl <sh@tokkee.org>
Thu, 1 Aug 2013 23:47:39 +0000 (16:47 -0700)
commit43ad58582d8be53eae16e9c2eb8601add8af0350
tree91b509fdb806d25278573615b0e8c2042cfb5986
parent9a0ead9da5ec1bcebf4d8ef236a7ed661729aaa3
store: Let sdb_store_attribute() accept const arguments.

… rather than an attribute object. This eases memory management for the caller
and removes unnecessary string duplicates.
src/backend/puppet/store-configs.c
src/core/store.c
src/include/core/store.h