|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T g
Length: 1058 (0x422) Types: TextFile Names: »grind2b-4b.c«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« └─⟦de7628f85⟧ └─⟦this⟧ »isode-6.0/doc/manual/grind2b-4b.c«
... if ((sf = addr2ref (PLocalHostName ())) == NULL) { sf = &sfs; (void) bzero ((char *) sf, sizeof *sf); } /* read command line arguments here... */ if (AcAssocRequest (ctx, NULLAEI, NULLAEI, NULLPA, pa, pc, NULLOID, 0, ROS_MYREQUIRE, SERIAL_NONE, 0, sf, NULLPEP, 0, NULLQOS, acc, aci) == NOTOK) error ("A-ASSOCIATE.REQUEST: %s", AcErrString (aca -> aca_reason)); if (acc -> acc_result != ACS_ACCEPT) error ("association rejected: %s", AcErrString (aca -> aca_reason)); sd = acc -> acc_sd; ACCFREE (acc); if (RoSetService (sd, RoPService, &rois) == NOTOK) error ("RoSetService: %s", RoErrString (rop -> rop_reason)); invoke (sd); /* invoke the operations, etc. */ if (AcRelRequest (sd, ACF_NORMAL, NULLPEP, 0, NOTOK, acr, aci) == NOTOK) error ("A-RELEASE.REQUEST: %s", AcErrString (aca -> aca_reason)); if (!acr -> acr_affirmative) { (void) AcUAbortRequest (sd, NULLPEP, 0, aci); error ("release rejected by peer: %d", acr -> acr_reason); } ACRFREE (acr); exit (0); }