Skip to content

Commit

Permalink
Revert "removed unused link_ field"
Browse files Browse the repository at this point in the history
This reverts commit 006432d.
  • Loading branch information
Your Name authored and pstorz committed Jul 10, 2018
1 parent 006432d commit 1260ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/lib/dlist.h
Expand Up @@ -192,6 +192,7 @@ class dlistString
char *c_str() { return str_; }

private:
dlink link_;
char str_[1];
/* !!! Don't put anything after this as this space is used
* to hold the string in inline
Expand Down

0 comments on commit 1260ae5

Please sign in to comment.