In Avaya IR Release 2.0, most libspp.so functions have been replaced by IRAPI functions. If you are using any libspp.so functions in applications you are migrating to IR, you must rewrite the application to use the IRAPI equivalent listed below before recompiling on the IR platform:
libspp.so Function |
IRAPI Equivalent |
db_init |
irRegister |
db_pr |
irTrace |
db_put |
irTrace |
mesgrcv |
irWCheck |
mesgsnd |
irPostEvent |
startup |
irRegister |
VSstartup |
irRegister |
VStoQkey |
irGetQkey |