summaryrefslogtreecommitdiffstats
path: root/qarsh_packet.h
diff options
context:
space:
mode:
authorNate Straz <nstraz@redhat.com>2005-09-13 19:47:14 +0000
committerNathan Straz <nstraz@redhat.com>2008-09-23 09:37:44 -0400
commitdc0208b08c7df7c0e559b021bdffcebdb2dc221e (patch)
tree63c15c2651515f369792ea30141c6286e8de450f /qarsh_packet.h
parent988f9b104087022ecf08ed881aa723fcb33a46b6 (diff)
downloadqarsh-dc0208b08c7df7c0e559b021bdffcebdb2dc221e.tar.gz
qarsh-dc0208b08c7df7c0e559b021bdffcebdb2dc221e.tar.xz
qarsh-dc0208b08c7df7c0e559b021bdffcebdb2dc221e.zip
Merge qarsh revisions 1727:1738 from sistina-test branch djansa-qarsh.
Diffstat (limited to 'qarsh_packet.h')
-rw-r--r--qarsh_packet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/qarsh_packet.h b/qarsh_packet.h
index c4316fd..07e90e7 100644
--- a/qarsh_packet.h
+++ b/qarsh_packet.h
@@ -67,7 +67,6 @@ struct qp_recvfile_pkt {
struct qp_sendfile_pkt {
char *qp_path;
int qp_of_port;
- size_t qp_count;
};
struct qp_rstat_pkt {
@@ -120,7 +119,7 @@ struct qa_packet *make_qp_cmdexit(pid_t pid, int status);
struct qa_packet *make_qp_setuser(char *user, char *group);
struct qa_packet *make_qp_kill(int sig);
struct qa_packet *make_qp_recvfile(const char *path, int if_port, size_t count, mode_t mode);
-struct qa_packet *make_qp_sendfile(const char *path, int of_port, size_t count);
+struct qa_packet *make_qp_sendfile(const char *path, int of_port);
struct qa_packet *make_qp_rstat(const char *path, const struct stat *sb);
char *qptostr(struct qa_packet *qp, char **qpstr, int *qpsize);
void qpfree(struct qa_packet *qp);