Annotation of 43BSDReno/contrib/isode-beta/doc/cookbook/figure21.c, revision 1.1.1.1

1.1       root        1: ...
                      2: 
                      3:     int            result;
                      4:     struct type_MODULE_argument *arg;
                      5:     struct RoSAPindication rois;
                      6:     register struct RoSAPindication *roi = &rois;
                      7:     register struct RoSAPpreject *rop = &roi -> roi_preject;
                      8: 
                      9:     /* allocate and initialize ``arg'' here... */
                     10: 
                     11:     switch (result = stub_MODULE_operation (sd, RyGenID (sd), arg, do_result,
                     12:                                            do_error, ROS_SYNC, roi)) {
                     13:        case NOTOK:             /* local failure */
                     14:            if (ROS_FATAL (rop -> rop_reason))
                     15:                ros_adios (rop, "STUB");
                     16:            ros_advise (rop, "STUB");
                     17:            break;
                     18: 
                     19:        case OK:
                     20:            break;
                     21: 
                     22: ...

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.