commit | e47fdfb5d79a32075ec10f5549c07a2e8310079f | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Mar 15 17:09:28 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Apr 02 23:35:10 2018 +0000 |
tree | 1ce29b8f9b6a0ef219c42fe28dcf216c235288b5 | |
parent | 25bc7ac647ce216b1d6a4f4dcb55beadb064ced6 [diff] |
utils: Add a class to cache service lookups Currently we are doing interface + path -> service lookups for each ipmi command sent to the daemon. For many types of commands this is not ideal as the daemon is unlikely to change often at runtime. Implement a basic cache with the ability to invalidate the service name at any time. This is used by code in a future commit. Change-Id: I85b04dd17ac19e31d49070f289704b429bd1e577 Signed-off-by: William A. Kennington III <wak@google.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.