adding basic declarations for datastore implementation
authorChristian Grothoff <christian@grothoff.org>
Mon, 15 Jun 2009 03:25:55 +0000 (03:25 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 15 Jun 2009 03:25:55 +0000 (03:25 +0000)
commit6ba82f605023b5396e386fdd16e6c74ef27dbc9f
tree6e41a4b37b3812b00cb8afc3a26e65c6fe3ad551
parent9827cc8e21bef6d8e06ba6924dfc8114622647ba
adding basic declarations for datastore implementation
14 files changed:
HACKING
configure.ac
src/Makefile.am
src/datastore/Makefile.am [new file with mode: 0644]
src/datastore/datastore.h [new file with mode: 0644]
src/datastore/datastore_api.c [new file with mode: 0644]
src/datastore/gnunet-service-datastore.c [new file with mode: 0644]
src/datastore/plugin_datastore.h
src/datastore/plugin_datastore_sqlite.c [new file with mode: 0644]
src/datastore/plugin_datastore_template.c [new file with mode: 0644]
src/include/gnunet_datastore_service.h
src/include/gnunet_util_lib.h
src/resolver/gnunet-service-resolver.c
src/transport/Makefile.am