]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
oops
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 5 Apr 2013 20:00:46 +0000 (15:00 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 5 Apr 2013 20:00:46 +0000 (15:00 -0500)
src/mod/languages/mod_spidermonkey/mod_spidermonkey.h

index bca61c69ea04d8cfd0770a48cc51ad5c692ea8e0..78e543dedb058314d849fa3a5d29a088a79bc374 100644 (file)
@@ -125,6 +125,7 @@ typedef switch_status_t (*spidermonkey_init_t) (const sm_module_interface_t ** m
 struct js_session_speech {
        switch_speech_handle_t sh;
        switch_codec_t codec;
+       int speaking;
 };
 
 struct js_session {