Ignore:
Timestamp:
Jan 16, 2007, 8:31:25 PM (19 years ago)
Author:
cinc
Message:

Improvements to the GC interface and some more stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/include/nomgc.h

    r160 r193  
    3636#define NOMGC_H_INCLUDED
    3737
    38 typedef qsPtrRec_t * HREGDLL;
     38typedef struct _REGDLL
     39{
     40  GSList*      dllList;
     41  qsPtrRec_t * pMainAnchor;
     42}REGDLL,*HREGDLL;
    3943
    4044/* Garbage collector */
     
    4347NOMEXTERN BOOL NOMLINK nomRegisterDLLByName(const HREGDLL hRegisterDLL, const char* chrDLLName);
    4448NOMEXTERN void NOMLINK  nomRegisterDataAreaForGC(char* pStart, char* pEnd);
    45 
     49#if 0
     50NOMEXTERN BOOL NOMLINK nomRegisterDLLByHandle(const HREGDLL hRegisterDLL, const gpointer pDLLHandle);
     51NOMEXTERN BOOL NOMLINK nomQueryIsDLLRegisteredUsingHandle(const gpointer pDLLHandle);
     52#endif
    4653#endif /* NOMGC_H_INCLUDED */
    4754
Note: See TracChangeset for help on using the changeset viewer.