IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 22, 2008, 9:44:43 PM (18 years ago)
Author:
bills
Message:

when opening a file in nebulous for writing, cull all but one existing
instance for consistencty (may need some work with respect to locking
versus replication)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebclient.h

    r20209 r20341  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.34 2008-10-16 23:53:01 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.35 2008-10-23 07:44:43 bills Exp $
    77 */
    88
     
    120120);
    121121
     122/** Removes all but one instance from a storage object
     123 *
     124 * @return true on success
     125 */
     126
     127bool nebCullAllButOne(
     128    nebServer *server,                  ///< nebServer object
     129    const char *key                     ///< storage object key (name)
     130);
     131
    122132/** Trys to acquire a lock on a storage object
    123133 *
Note: See TracChangeset for help on using the changeset viewer.