Show
Ignore:
Timestamp:
10/16/07 01:13:43 (2 years ago)
Author:
plindner
Message:

Patch from David Bremner <bremner@…> that implements a new option "-a"
which takes an octal permission mask (like chmod) sets the permissions
on the unix domain socket (specified by "-s").

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/server/memcached.h

    r627 r629  
    8484    int evict_to_free; 
    8585    char *socketpath;   /* path to unix socket if using local socket */ 
     86    int access;  /* access mask (a la chmod) for unix domain socket */ 
    8687    double factor;          /* chunk size growth factor */ 
    8788    int chunk_size;