]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env: Add support for callbacks to environment vars
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 12 Dec 2012 04:16:24 +0000 (22:16 -0600)
committerTom Rini <trini@ti.com>
Thu, 13 Dec 2012 18:46:55 +0000 (11:46 -0700)
commit170ab11075d3be56e89d6444abf1148329130f4b
treed3088ad532f4f4a0082f625ce50cfd120d6a6a1d
parentbe11235ab802844e12d84921a38fd8ae4ddda080
env: Add support for callbacks to environment vars

Add support for per-variable callbacks to the "hashtable" functions.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
!!!fix comment in callback
README
common/Makefile
common/env_attr.c [new file with mode: 0644]
common/env_callback.c [new file with mode: 0644]
include/env_attr.h [new file with mode: 0644]
include/env_callback.h [new file with mode: 0644]
include/env_default.h
include/environment.h
include/search.h
lib/hashtable.c