aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-06-06 13:54:20 +0000
committerHolger Freyther <zecke@selfish.org>2009-06-06 13:54:20 +0000
commitc7b86f90119ef70e4b26df689da6026c67f5d4c4 (patch)
treed58edd9c21bd2bd66958b3f8e41b414ff6b027d5 /include
parent535abf2f40da5724ae03cb7de0b09136a45926fd (diff)
Revert "[db] Keep track of the current gsm_network"
This was a stupid decision. We will have to assign the network at some other place. The problem will be a problem when we have two gsm_networks in one process and the same subscriber is traveling in both networks.
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/db.h b/include/openbsc/db.h
index 203683257..61a3ac47c 100644
--- a/include/openbsc/db.h
+++ b/include/openbsc/db.h
@@ -26,7 +26,7 @@
#include <openbsc/gsm_subscriber.h>
/* one time initialisation */
-int db_init(const char *name, struct gsm_network *network);
+int db_init(const char *name);
int db_prepare();
int db_fini();