History log of /openbmc/slpd-lite/slp_parser.cpp (Results 1 – 4 of 4)
Revision Date Author Comments
# f191bd8f 04-Apr-2023 Patrick Williams <patrick@stwcx.xyz>

slp_parser: fix missing-field-initializers warnings

By attempting to pass a single field value into the Message,
the implication is that the other fields are non-initialized, due
to list-initializat

slp_parser: fix missing-field-initializers warnings

By attempting to pass a single field value into the Message,
the implication is that the other fields are non-initialized, due
to list-initialization rules. Remove the first `0` parameter, so
that the default initialization is done.

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

show more ...


# aa902c6e 04-Apr-2023 Patrick Williams <patrick@stwcx.xyz>

clang-format: update with latest

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


# 537ff140 01-Nov-2018 Patrick Venture <venture@google.com>

add clang-format to repo for style

Add .clang-format to repo for style.

Change-Id: I286b3b245550d6a736d7df797f0ce21b51d7a235
Signed-off-by: Patrick Venture <venture@google.com>


# 07c462ac 13-Dec-2016 Ratan Gupta <ratagupt@in.ibm.com>

SLP Parser

Contains SLP Parser and SLP Message Handler for
the following messages:
-findsrvtypes.
-findsrvs.

Change-Id: I24234b63a8a1226b5c4bb3f6ac0c9aa799987ffc
S

SLP Parser

Contains SLP Parser and SLP Message Handler for
the following messages:
-findsrvtypes.
-findsrvs.

Change-Id: I24234b63a8a1226b5c4bb3f6ac0c9aa799987ffc
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>

show more ...