diff VMS.h @ 239:7ed97c961901

make idle VPs optional
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 28 Mar 2012 18:01:44 +0200
parents ce1f57e10fac
children 227cd4d33d94
line diff
     1.1 --- a/VMS.h	Wed Mar 21 11:09:11 2012 +0100
     1.2 +++ b/VMS.h	Wed Mar 28 18:01:44 2012 +0200
     1.3 @@ -111,7 +111,8 @@
     1.4   enum VPtype {
     1.5       Slave = 1, //default
     1.6       Master,
     1.7 -     Shutdown
     1.8 +     Shutdown,
     1.9 +     Idle
    1.10   };
    1.11   
    1.12  /*This structure embodies the state of a slaveVP.  It is reused for masterVP