History log of /openbmc/google-misc/subprojects/nemora-postd/src/host_manager.hpp (Results 1 – 3 of 3)
Revision Date Author Comments
# 92809b4e 19-Nov-2021 Patrick Williams <patrick@stwcx.xyz>

sdbusplus: remove usage of deprecated alias

The alias `server::match` has been deprecated since 2016. Use the new
alias under bus and switch all redundant types to their `type_t`
counterpart.

Sign

sdbusplus: remove usage of deprecated alias

The alias `server::match` has been deprecated since 2016. Use the new
alias under bus and switch all redundant types to their `type_t`
counterpart.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I9a8066ca6b01253d7bd062c3c416384db2ad65fc

show more ...


# adc7133b 22-Nov-2021 Patrick Williams <patrick@stwcx.xyz>

nemora-postd: fix compile fail

host_manager.hpp is missing header for `std::thread`.

```
In file included from ../subprojects/nemora-postd/src/nemora.hpp:17,
from ../subprojects/ne

nemora-postd: fix compile fail

host_manager.hpp is missing header for `std::thread`.

```
In file included from ../subprojects/nemora-postd/src/nemora.hpp:17,
from ../subprojects/nemora-postd/src/nemora.cpp:15:
../subprojects/nemora-postd/src/host_manager.hpp:76:26: error: ‘thread’ is not a member of ‘std’
76 | std::unique_ptr<std::thread> post_poller_;
```

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Icda54302f7770e5760dfa3c509c7086e47af75f9

show more ...


# 14fe6698 08-Jun-2021 Nan Zhou <nanzhoumails@gmail.com>

nemora-postd: import from gBMC

This is the POST code portion of nemorad.

Signed-off-by: Nan Zhou <nanzhoumails@gmail.com>
Google-Bug-Id: 179618653
Change-Id: Icf68fe8adf62c646238cf8235918a13effa857

nemora-postd: import from gBMC

This is the POST code portion of nemorad.

Signed-off-by: Nan Zhou <nanzhoumails@gmail.com>
Google-Bug-Id: 179618653
Change-Id: Icf68fe8adf62c646238cf8235918a13effa857f8

show more ...