Commit f7eec293 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

Refs #2276. Refs[t:2276]

git-svn-id: file:///svn/toku/tokudb@16734 c7de825b-a66e-492c-adef-691d508d4ae1
parent b9511284
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
// the types DB_TXN and so forth have been defined. // the types DB_TXN and so forth have been defined.
// This list structure is repeated here (from toku_list.h) so that the db.h file will be standalone. Any code that depends on this list matching the structure in toku_list.h // This list structure is repeated here (from toku_list.h) so that the db.h file will be standalone. Any code that depends on this list matching the structure in toku_list.h
// will get flagged by the compiler if someone changes one but not the other. // will get flagged by the compiler if someone changes one but not the other. See #2276.
struct toku_list { struct toku_list {
struct toku_list *next, *prev; struct toku_list *next, *prev;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment