PSI sics-cvs-psi-complete-tree-post-site-support

This commit is contained in:
2004-03-09 15:18:11 +00:00
committed by Douglas Clowes
parent 6373f6b0fb
commit ae77364de2
196 changed files with 8344 additions and 3485 deletions

View File

@@ -14,7 +14,7 @@
#include "fortify.h"
#include "sics.h"
#include "status.h"
#include "ecb.h"
#include "psi/ecb.h"
#include "countdriv.h"
/*------------------ our private data structure ------------------------*/
@@ -579,11 +579,8 @@ pCounterDriver MakeECBCounter(char *ecb){
self->Set = ECBSet;
self->Get = ECBGet;
self->Send = ECBSend;
self->KillPrivate = NULL;
self->pData = pPriv;
return self;
}
/*=====================================================================*/
void KillECBCounter(struct __COUNTER *self){
DeleteCounterDriver(self);
}