Distributed File System written in C
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Get rid of this file

-16
-16
src/lib/createdb.h
··· 1 - #ifndef CREATEDB_H_ 2 - #define CREATEDB_H_ 3 - /* TODO: I don't know what this does. 4 - // # Create UNIQUE tuple for data node 5 - // c.execute("""CREATE UNIQUE INDEX dnodeA ON dnode(address, port)""") 6 - */ 7 - 8 - 9 - /* TODO: I don't know what this does. 10 - // c.execute(""" 11 - // CREATE UNIQUE INDEX blocknc ON block(nid, cid)""") 12 - */ 13 - 14 - #else 15 - 16 - #endif // CREATEDB_H_