Re: PIKE_MODULE_INIT/EXIT in a normal pgsql.pike file
"Per Hedbor () @ Pike (-) importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
> However, I'd need a way to serialise a reference to an object (a shared > backend, to be precise). > Any ideas? Just have a c variable of type 'static struct object *backend;' in your .cmod file. -- Stephen.