~ubuntu-branches/ubuntu/precise/torque/precise-updates

« back to all changes in this revision

Viewing changes to src/lib/Libifl/dec_MoveJob.c

  • Committer: Bazaar Package Importer
  • Author(s): Dominique Belhachemi
  • Date: 2010-05-17 20:56:46 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100517205646-yjsoqs5r1s9xpnu9
Tags: upstream-2.4.8+dfsg
ImportĀ upstreamĀ versionĀ 2.4.8+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
#include "batch_request.h"
101
101
#include "dis.h"
102
102
 
103
 
int decode_DIS_MoveJob(int sock, struct batch_request *preq)
 
103
int
 
104
decode_DIS_MoveJob(int sock, struct batch_request *preq)
104
105
  {
105
106
  int rc;
106
107
 
112
113
 
113
114
  return rc;
114
115
  }
 
116