From 233856ed92f86cdb4e07da8877df20cb931d5ef7 Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Sun, 26 Mar 2006 21:34:29 +0000 Subject: pdoctave weekend, yeah! So obviously, total nerdness has struck me already. IAOUOIASSFAIUOOOOOOAA!!! But it works!!! - Octave error handling for errors of write_shared_mem.cc (i.e. undefined variables). - Return value for non existent data packages corrected in write_shared_mem.cc (it has to be removeSharedData instead of freeSharedData in exceptional cases) - opening octave on library startup - removed annoying post messages yesyesyes, perhaps it's time for Georgies threadlib "detach" for pdoctave_get now! svn path=/trunk/externals/iem/pdoctave/; revision=4775 --- pdoctave_dataframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdoctave_dataframe.h') diff --git a/pdoctave_dataframe.h b/pdoctave_dataframe.h index c20ee45..787b275 100644 --- a/pdoctave_dataframe.h +++ b/pdoctave_dataframe.h @@ -15,7 +15,7 @@ extern "C" { #include "pdoctave_datatypes.h" #define STD_USLEEP_TIME 100 -#define MAX_SLEEP_TIME 2 +#define MAX_USLEEP_TIME 5000000 typedef struct _SharedDataFrame_ SharedDataFrame; -- cgit v1.2.1