This is UDPLoadView.h in view mode; [Download] [Up]
#import "LoadView.h"
@interface UDPLoadView : LoadView
{
int waitSecs; /* # seconds we wait for a remote server */
int udpSocket; /* Not used for RPC hosts */
struct sockaddr_in udpServerSocket; /* Not used for RPC hosts */
}
- initFrame:(const NXRect *) frameRect;
- loadAverage:(long *)vector loadScale:(int *)scale;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.