API Guide
601355 Rev A Mount Example C-11
Mount Example
189 exitcode = 1;
190 }
191 }
192 else
193 {
194 /*******************************
*********/
195 /* print the error code from
the */
196 /* VolServ global error handle
*/
197 /*******************************
*********/
198 print_error ( VSG_Error );
199 exitcode = 1;
200 }
201 }
202 else
203 {
204 /*******************************
*********/
205 /* print the error code from the
*/
206 /* VolServ global error handle
*/
207 /*******************************
*********/
208 print_error ( VSG_Error );
209 exitcode = 1;
210 }
211
212 exit ( exitcode );
213}
214
215/*************************************
***********/
216/* The dispatch routine registered with
the mount*/