aboutsummaryrefslogtreecommitdiff
path: root/libmpio/defs.h
diff options
context:
space:
mode:
authorgermeier <germeier>2004-04-23 19:21:07 +0000
committergermeier <germeier>2004-04-23 19:21:07 +0000
commit70c554eb583caaedeebc94c8af44168831ce8167 (patch)
treecb0e5ef6201b98860b7b539c1d34a0691ff21634 /libmpio/defs.h
parentbac753b8405c719efd4b922c81983fd75e5486fe (diff)
downloadmpiosh-70c554eb583caaedeebc94c8af44168831ce8167.tar.gz
mpiosh-70c554eb583caaedeebc94c8af44168831ce8167.tar.bz2
mpiosh-70c554eb583caaedeebc94c8af44168831ce8167.zip
don't dump core if internal memory is not available
Diffstat (limited to 'libmpio/defs.h')
-rw-r--r--libmpio/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmpio/defs.h b/libmpio/defs.h
index 780c46e..c7880c0 100644
--- a/libmpio/defs.h
+++ b/libmpio/defs.h
@@ -1,5 +1,5 @@
/*
- * $Id: defs.h,v 1.33 2004/04/19 12:19:20 germeier Exp $
+ * $Id: defs.h,v 1.34 2004/04/23 19:21:07 germeier Exp $
*
* libmpio - a library for accessing Digit@lways MPIO players
* Copyright (C) 2002, 2003 Markus Germeier
@@ -166,6 +166,7 @@ typedef struct {
#define MPIO_ERR_DIR_RECURSION -16
#define MPIO_ERR_FILE_IS_A_DIR -17
#define MPIO_ERR_USER_CANCEL -18
+#define MPIO_ERR_MEMORY_NOT_AVAIL -19
/* internal errors, occur when UI has errors! */
#define MPIO_ERR_INT_STRING_INVALID -101