~ubuntu-branches/ubuntu/raring/icecc/raring

« back to all changes in this revision

Viewing changes to daemon/serve.h

  • Committer: Package Import Robot
  • Author(s): Rodrigo Belem
  • Date: 2012-12-16 12:57:40 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20121216125740-rnwdduxnnvddrp8y
Tags: 0.9.8~git2012121601-0ubuntu1
* New git snapshot.
* Remove warnings from init script.
* Add libcap-ng-dev as build dependency.
* Update debian/icecc.conf to use defaults for iceccd log,

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
int handle_connection( const std::string &basedir, CompileJob *job,
33
33
                       MsgChannel *serv, int & out_fd,
34
 
                       unsigned int mem_limit, uid_t nobody_uid, gid_t nobody_gid);
 
34
                       unsigned int mem_limit, uid_t user_uid, gid_t user_gid);
35
35
 
36
36
#endif