/* Copyright (C) 2002 Hayato Fujiwara This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ #include #include "defun-dld.h" #include "dirfns.h" #include "error.h" #include "help.h" #include "oct-map.h" #include "systime.h" #include "ov.h" #include "oct-obj.h" #include "utils.h" #include "oct-env.h" #include #include #include #include #include #include #include #include #include #define BUFF_SIZE SSIZE_MAX // COMM DEFUN_DLD (reval, args, , "reval (commands,sockets)\n\ \n\ Evaluate 'commands' at the remote hosts specified by the matrix 'sockets'.") { octave_value retval; if(args.length () ==2) { int sock,row=0,col=0,nsock=0,i,j,k; int error_code,count=0,r_len=0,nl; octave_value val=args(0); Matrix sock_m=args(1).matrix_value(); charMatrix cm=val.char_matrix_value(); char comm[256]; nsock=sock_m.rows(); row=val.rows(); col=val.columns(); if(sock_m.data()[0]==0){ int num,pid; struct pollfd *pollfd; pollfd=(struct pollfd *)malloc(nsock*sizeof(struct pollfd)); for(i=0;ih_name,hehe->h_name,hehe->h_name,pid ); } if(pollfd[k].revents&POLLERR){ error("Error condition - %s",hehe->h_name ); } if(pollfd[k].revents&POLLHUP){ error("Hung up - %s",hehe->h_name ); } } } } } for(i=0;i