From 994d190de58da9493335b8117e1b1e4b2e3d3fac Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sun, 4 Jun 2017 00:40:58 +0200 Subject: [PATCH] shared_send_dict(char* dictline) to sent the node list --- src/sharedspice.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/sharedspice.c b/src/sharedspice.c index 57ca15548..2cc0e9828 100644 --- a/src/sharedspice.c +++ b/src/sharedspice.c @@ -600,7 +600,7 @@ ngSpice_Init(SendChar* printfcn, SendStat* statusfcn, ControlledExit* ngspiceexi if (!bgtr) nobgtrwanted = TRUE; immediate = FALSE; - + wantevtdata = TRUE; #ifdef THREADS /* init the mutexes */ #ifdef HAVE_LIBPTHREAD @@ -1938,5 +1938,13 @@ sharedsync(double *pckttime, double *pcktdelta, double olddelta, double finalt, } void shared_send_event(int index, double step, double dvalue, char *svalue, void *pvalue, int len) -{} +{ + printf(""); + return; +} + +void shared_send_dict(char* dictline) +{ + printf("%s", dictline); +}