server: Handle short lived bus name owners

A short lived process may claim a name and then exit before
the mapper calls GetNameOwner on it.  Add code to tolerate
this.

Change-Id: I2cf81713da4c83605c636d09087a18c651187aec
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: 9c14357bb1612d4061acf7e77773b69bcce82fe2
  1. fail-monitor/
  2. libmapper/
  3. obmc/
  4. .gitignore
  5. bootstrap.sh
  6. configure.ac
  7. LICENSE
  8. Makefile.am
  9. phosphor-mapper
  10. README.md
  11. setup.py.in
README.md

To Build

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`.