Query: pvm_delete
OS: debian
Section: 3pvm
Links: debian man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DELETE(3PVM) PVM Version 3.4 DELETE(3PVM)NAMEpvm_delete - delete data from pvmd database [In Version 3.4: Relaced by pvm_delinfo]SYNOPSISC int cc = pvm_delete( char *name, int index ) Fortran Not availablePARAMETERSname The class name, a null-terminated string. index The class index, >= 0.DESCRIPTIONSee pvm_insert(3PVM) for a description of this database. pvm_delete deletes entry <name, index> from the database.ERRORSIf successful, pvm_delete returns PvmOk, otherwise it returns a negative error code: PvmBadParam giving an invalid argument value. PvmNoEntry the requested <name, index> pair does not exist.SEE ALSOpvm_insert(3PVM), pvm_lookup(3PVM) 27 June, 1994 DELETE(3PVM)