Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Removing linked list requirements #7

Merged
merged 2 commits into from Feb 18, 2016
Merged

Conversation

causten
Copy link
Member

@causten causten commented Feb 11, 2016

Two commits,
one gets ride of me using a linked list the other is for adhering to coding guidelines.

Chris Austen added 2 commits February 10, 2016 00:00
I was using a linked list to keep track of each dbus object.
It was because during a "Clear All Logs" I had to run through
all existing events and delete them.  That meant I had to
record the slotid's for each interface.  I have since
discovered the sd_bus_call_method_async sdbus call.  It will
call the individual delete methods per log.  So with that
along with the fact that all events are file based I simply
had to swap my linked list traverser with a directory listing
of all valid event logs.
you wanted it you got it.  Indentation set to tabs, shrunk some
lines to adhere to 80 columns.  All in one commit.
nkskjames added a commit that referenced this pull request Feb 18, 2016
Removing linked list requirements
@nkskjames nkskjames merged commit e78e9ea into openbmc:master Feb 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants