Merge gromacs-4-6 into master
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / commrec.h
index 6a07aeffa43f2ba0ec2bf57b9be5b7abf82d7528..2baa5844fe448f8a1d3af3457cbd08113b64a89d 100644 (file)
@@ -115,6 +115,9 @@ typedef struct {
   int *ibuf; /* for ints */
   int ibuf_alloc;
 
+  gmx_large_int_t *libuf;
+  int libuf_alloc;
+
   float *fbuf; /* for floats */
   int fbuf_alloc;