]> Git Repo - J-u-boot.git/commit
env: Add support for callbacks to environment vars
authorJoe Hershberger <[email protected]>
Wed, 12 Dec 2012 04:16:24 +0000 (22:16 -0600)
committerTom Rini <[email protected]>
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 <[email protected]>
!!!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
This page took 0.033556 seconds and 4 git commands to generate.