[SR-Dev] git:master: dispatcher(k): missing extern for tmb
Andrei Pelinescu-Onciul
andrei at iptel.org
Wed Apr 29 17:35:34 CEST 2009
Module: sip-router
Branch: master
Commit: 441ab3c9f2caf393474c1460153ec27d9177e387
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=441ab3c9f2caf393474c1460153ec27d9177e387
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date: Wed Apr 29 17:29:48 2009 +0200
dispatcher(k): missing extern for tmb
---
modules_k/dispatcher/dispatch.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/dispatcher/dispatch.h b/modules_k/dispatcher/dispatch.h
index a954e0d..e735475 100644
--- a/modules_k/dispatcher/dispatch.h
+++ b/modules_k/dispatcher/dispatch.h
@@ -76,7 +76,7 @@ extern str ds_setid_pvname;
extern pv_spec_t ds_setid_pv;
/* Structure containing pointers to TM-functions */
-struct tm_binds tmb;
+extern struct tm_binds tmb;
extern str ds_ping_method;
extern str ds_ping_from;
extern int probing_threshhold; /*!< number of failed requests,
More information about the sr-dev
mailing list